diff options
author | DJ Delorie <dj@redhat.com> | 2018-11-30 22:13:09 -0500 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-12-12 12:04:12 +0100 |
commit | ea16a6938d7ca5f4c2b67c11251c70b30796602a (patch) | |
tree | 2c270fed71567d0dc0db4494d76190ef58c0ddda /ChangeLog | |
parent | b5a9a19b82bb00b5419162f49331a7580ac06b4e (diff) | |
download | glibc-ea16a6938d7ca5f4c2b67c11251c70b30796602a.tar.gz |
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.
(cherry picked from commit 7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 Florian Weimer <fweimer@redhat.com> [BZ #23927] |