diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-03 18:59:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-03 18:59:41 +0000 |
commit | d9af917d070a049f6d3b50fadeed6883df0d4b9a (patch) | |
tree | d9bcecebb94e28e2f46cee04e1e7632941143172 /ChangeLog | |
parent | 7abb683a13860d04d1c20cce1dde0f44f2aa4a3f (diff) | |
download | glibc-d9af917d070a049f6d3b50fadeed6883df0d4b9a.tar.gz glibc-d9af917d070a049f6d3b50fadeed6883df0d4b9a.tar.xz glibc-d9af917d070a049f6d3b50fadeed6883df0d4b9a.zip |
Update.
2002-08-03 Jakub Jelinek <jakub@redhat.com> Ulrich Drepper <drepper@redhat.com> * malloc/malloc.c (public_cALLOc): Only divide if at least one of arguments is big enough to cause an overflow.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c256a53468..1f43736da5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-08-03 Jakub Jelinek <jakub@redhat.com> + Ulrich Drepper <drepper@redhat.com> + + * malloc/malloc.c (public_cALLOc): Only divide if at least one of + arguments is big enough to cause an overflow. + 2002-08-03 Ulrich Drepper <drepper@redhat.com> * assert/assert.c: Use hidden_def not INTDEF. |