[Bug libc/214] sbrk() doesn't detect brk() failures. Malloc doesn't handle sbrk() failures

drepper at redhat dot com sourceware-bugzilla@sources.redhat.com
Sun Sep 26 21:29:00 GMT 2004


------- Additional Comments From drepper at redhat dot com  2004-09-26 21:29 -------
if (__brk (oldbrk + increment) < 0)

is correct for the i386 code.  I'll need to examine what the other architectures
do but in general this change is not correct.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|gotom at debian dot or dot  |drepper at redhat dot com
                   |jp                          |
             Status|NEW                         |ASSIGNED


http://sources.redhat.com/bugzilla/show_bug.cgi?id=214

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



More information about the Glibc-bugs mailing list