diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-07 15:33:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-07 15:33:09 +0000 |
commit | 9ae6fc542a6267377078f1c64f45bc9bd2a96da5 (patch) | |
tree | 1f06aedd825ee8a64050e334e1aedb18ee9ba9e1 /ChangeLog | |
parent | 597d10a00a66955a0f3998e265eaa2d100d5b876 (diff) | |
download | glibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.zip glibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.tar.gz glibc-9ae6fc542a6267377078f1c64f45bc9bd2a96da5.tar.bz2 |
Update.
* malloc/malloc.c (request2size): Also set errno of failing.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |