about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-07 15:33:09 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-07 15:33:09 +0000
commit9ae6fc542a6267377078f1c64f45bc9bd2a96da5 (patch)
tree1f06aedd825ee8a64050e334e1aedb18ee9ba9e1 /ChangeLog
parent597d10a00a66955a0f3998e265eaa2d100d5b876 (diff)
downloadglibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.tar.gz
glibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.tar.xz
glibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.zip
Update.
	* malloc/malloc.c (request2size): Also set errno of failing.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37e91a4653..8cf3f3da29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-07-07  Ulrich Drepper  <drepper@cygnus.com>
 
+	* malloc/malloc.c (request2size): Also set errno of failing.
+
 	* malloc/malloc.c (request2size): Take care of overflow in
 	addition.