aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-08-09 21:33:29 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-08-09 21:33:29 +0000
commit659e70628ec5090df32224eac99b5d635179d142 (patch)
treea56c74ff8ac734340451f7a94d5d108c5a453dbf /newlib/ChangeLog
parent037240a242b404e18308dd1a60937a5868bed702 (diff)
downloadnewlib-659e70628ec5090df32224eac99b5d635179d142.zip
newlib-659e70628ec5090df32224eac99b5d635179d142.tar.gz
newlib-659e70628ec5090df32224eac99b5d635179d142.tar.bz2
2002-08-09 Jason Tishler <jason@tishler.net>
* libc/stdlib/mallocr.c: Include <limits.h>. (request2size): Change macro to do unsigned long comparisons and avoid signed overflow. (mALLOc): Add overflow check for the number of bytes to allocate. (rEALLOc): Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 0fe3646..40f773f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-08-09 Jason Tishler <jason@tishler.net>
+
+ * libc/stdlib/mallocr.c: Include <limits.h>.
+ (request2size): Change macro to do
+ unsigned long comparisons and avoid signed overflow.
+ (mALLOc): Add overflow check for the number of bytes to allocate.
+ (rEALLOc): Ditto.
+
2002-08-09 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Add check for --enable-newlib-io-pos-args