[Bug malloc/14981] mtrace realloc
schwab@linux-m68k.org
sourceware-bugzilla@sourceware.org
Sun Dec 23 08:36:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=14981
--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> 2012-12-23 08:36:20 UTC ---
In glibc realloc(0,s) == malloc(s), and realloc(i,0) == (free(i),0) for i != 0.
--
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.
More information about the Glibc-bugs
mailing list