diff options
author | DJ Delorie <dj@redhat.com> | 2018-11-30 22:13:09 -0500 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2018-12-07 19:34:47 -0500 |
commit | 7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76 (patch) | |
tree | 8582aefcface34b4fb05015628620591c5b654b5 /ChangeLog | |
parent | 37caec3a11eb329f333bc70cf772cb9a9734325a (diff) | |
download | glibc-7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76.tar.gz glibc-7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76.tar.xz glibc-7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76.zip |
malloc: Add another test for tcache double free check.
This one tests for BZ#23907 where the double free test didn't check the tcache bin bounds before dereferencing the bin. [BZ #23907] * malloc/tst-tcfree3.c: New. * malloc/Makefile: Add it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2a5fad3372..7c4b061ec5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-07 DJ Delorie <dj@redhat.com> + + [BZ #23907] + * malloc/tst-tcfree3.c: New. + * malloc/Makefile: Add it. + 2018-12-07 H.J. Lu <hongjiu.lu@intel.com> * include/sched.h (__getcpu): Don't use __typeof__ (getcpu). |