diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-19 09:30:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-19 09:30:22 +0000 |
commit | 9a3a9dd8d9e03875f865a22de5296274cc18c10e (patch) | |
tree | 7680f49cc29b1f7ba4b3f0ebaaafb046f91395b2 /ChangeLog | |
parent | 75f2e0d10985cfb8a4dc36613d1aa76952079bd2 (diff) | |
download | glibc-9a3a9dd8d9e03875f865a22de5296274cc18c10e.tar glibc-9a3a9dd8d9e03875f865a22de5296274cc18c10e.tar.gz glibc-9a3a9dd8d9e03875f865a22de5296274cc18c10e.tar.bz2 glibc-9a3a9dd8d9e03875f865a22de5296274cc18c10e.zip |
Update.
* malloc/malloc.c (_int_free): Add cheap test for some invalid
block sizes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-08-19 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (_int_free): Add cheap test for some invalid + block sizes. + * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Fix typo in syscall name. |