This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix BZ#16374 -- don't use mmap for FILE buffers


On Mon, Feb 16, 2015 at 10:13 AM, Joseph Myers <joseph@codesourcery.com> wrote:

> Were those bugs user-visible in releases (memory leaks should be
> considered user-visible)?

The straight-forward application of s/ALLOC_BUF/calloc/ and
s/FREE_BUF/free/ resulted in 3 existing tests failing mtrace.

I believe they all missed __libc_freeres cleanups, so not really a
user-visible leak in traditional sense.

> I think you mean 16734 not 16374.

Yes, I did. Sorry about that.

-- 
Paul Pluzhnikov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]