about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-03 18:59:41 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-03 18:59:41 +0000
commitd9af917d070a049f6d3b50fadeed6883df0d4b9a (patch)
treed9bcecebb94e28e2f46cee04e1e7632941143172 /ChangeLog
parent7abb683a13860d04d1c20cce1dde0f44f2aa4a3f (diff)
downloadglibc-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--ChangeLog6
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.