about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-25 21:23:16 +0000
committerRoland McGrath <roland@gnu.org>1996-03-25 21:23:16 +0000
commit81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72 (patch)
tree28e827d96329835c467dc7cfed2c1a703cc1917b
parent5775972decfb67a46216e890d6903f338ac729bf (diff)
downloadglibc-cvs/libc-960326.tar.gz
glibc-cvs/libc-960326.tar.xz
glibc-cvs/libc-960326.zip
* malloc/realloc.c (_realloc_internal): In case of growing large cvs/libc-960326
	block, leave _heaplimit zero across _malloc_internal call.
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 181c11daff..160694db7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Mon Mar 25 13:10:04 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>
 
+	* malloc/realloc.c (_realloc_internal): In case of growing large
+	block, leave _heaplimit zero across _malloc_internal call.
+
 	* intl/Makefile [gettext-srcdir]: Use gpl2lgpl.sed on copied sources.
 
 Mon Mar 25 03:35:16 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>