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 malloc/14981] mtrace realloc


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.


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