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/3889] dlerror leaks memory


------- Additional Comments From drepper at redhat dot com  2007-01-19 20:13 -------
First, this is not an upstream version.  Second, it's old, never report problems
which are not against the current code.  Third, this is no leak.  A leak would
cause unlimited memory over time to be lost.  This is one block which has to be
kept around since the lifetime is not known and which isn't freed on program
shutdown since this is in general just a waste of time.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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