diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-25 21:23:16 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-25 21:23:16 +0000 |
commit | 81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72 (patch) | |
tree | 28e827d96329835c467dc7cfed2c1a703cc1917b | |
parent | 5775972decfb67a46216e890d6903f338ac729bf (diff) | |
download | glibc-81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72.zip glibc-81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72.tar.gz glibc-81e4d60c7b69be76d7af9e12b2aeff8d51ee6c72.tar.bz2 |
* malloc/realloc.c (_realloc_internal): In case of growing largecvs/libc-960326
block, leave _heaplimit zero across _malloc_internal call.
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |