This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [COMMITED][PATCH] setenv(): fix memory leak when setting large, duplicate string
- From: Eric Biggers <ebiggers3 at gmail dot com>
- To: OndÅej BÃlka <neleai at seznam dot cz>
- Cc: "H.J. Lu" <hjl dot tools at gmail dot com>, Siddhesh Poyarekar <siddhesh at redhat dot com>, GNU C Library <libc-alpha at sourceware dot org>
- Date: Tue, 6 Jan 2015 17:28:48 -0600
- Subject: Re: [COMMITED][PATCH] setenv(): fix memory leak when setting large, duplicate string
- Authentication-results: sourceware.org; auth=none
- References: <1416686560-12666-1-git-send-email-ebiggers3 at gmail dot com> <20141201102358 dot GY24022 at spoyarek dot pnq dot redhat dot com> <CAMe9rOqaXzswvEShLTMFqMMYz_xNPa8uRi6u0h+tGn5XL3jZtQ at mail dot gmail dot com> <20150106175710 dot GA9926 at domone> <CAMe9rOpyc7saenWTQtLOHEagvWqdfHVtWE88MZA+6BAyJGvYWw at mail dot gmail dot com> <20150106182441 dot GA9534 at domone>
On Tue, Jan 06, 2015 at 07:24:41PM +0100, OndÅej BÃlka wrote:
> Yes I was planning to do that but decided wait bit if Eric responds.
If you need a ChangeLog entry you can use the following. But I would think many
contributors would prefer that a maintainer takes care of the ChangeLog. It is
redundant with the git history and it's impossible for a contributor to know the
date on which the change will be committed.
2015-01-06 Eric Biggers <ebiggers3@gmail.com>
[BZ #17658]
* stdlib/setenv.c: fix memory leak when setting large, duplicate string