This is the mail archive of the glibc-bugs@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]

[Bug libc/14122] memory leak in getpwuid()


http://sourceware.org/bugzilla/show_bug.cgi?id=14122

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
                 CC|                            |ppluzhnikov at google dot
                   |                            |com

--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2012-05-19 15:55:59 UTC ---
Please provide actual Valgrind output.

Here is what I see using current glibc git (64-bit):
...
==10335== HEAP SUMMARY:
==10335==     in use at exit: 0 bytes in 0 blocks
==10335==   total heap usage: 53 allocs, 53 frees, 7,672 bytes allocated
==10335== 
==10335== All heap blocks were freed -- no leaks are possible

same for 32-bit build.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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