diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-19 04:42:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-19 04:42:52 +0000 |
commit | 2acd01acb10d0c0113f87bf7e787e0854498269d (patch) | |
tree | 935dc63000c1792166db21151a8197639659f085 /ChangeLog | |
parent | 129abdd3ee8f6388dbf8d786fd243d0560458905 (diff) | |
download | glibc-2acd01acb10d0c0113f87bf7e787e0854498269d.tar.gz glibc-2acd01acb10d0c0113f87bf7e787e0854498269d.tar.xz glibc-2acd01acb10d0c0113f87bf7e787e0854498269d.zip |
* malloc/malloc.c (do_check_chunk): Correct check for mmaped block
not overlapping with arena.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d5e1de39cd..5413c12889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-05-18 Ulrich Drepper <drepper@redhat.com> + * malloc/malloc.c (do_check_chunk): Correct check for mmaped block + not overlapping with arena. + * malloc/mcheck.c (reallochook): If size==0, free the block. * rt/tst-shm.c: Use fstat64 instead of fstat. |