]> git.ipfire.org Git - thirdparty/glibc.git/commit
[BZ #2775]
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Sep 2006 16:06:54 +0000 (16:06 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Sep 2006 16:06:54 +0000 (16:06 +0000)
commit469615bdd422cec2d89a09c765a8e965faa29722
treefa9d9c80c22d4a88d0c0d94e1e9c2cbb982c494c
parentba40cc1540f5ee1e2082bd31b0e602a62ea3273f
[BZ #2775]

* malloc/malloc.c (sYSMALLOc): Only call grow_heap if
(long) (MINSIZE + nb - old_size) is positive.

* malloc/arena.c (grow_heap): When growing bail even if new_size
is negative.
ChangeLog
malloc/arena.c
malloc/malloc.c