]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Add another test for tcache double free check.
authorDJ Delorie <dj@redhat.com>
Sat, 1 Dec 2018 03:13:09 +0000 (22:13 -0500)
committerDJ Delorie <dj@redhat.com>
Sat, 8 Dec 2018 00:34:47 +0000 (19:34 -0500)
commit7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76
tree8582aefcface34b4fb05015628620591c5b654b5
parent37caec3a11eb329f333bc70cf772cb9a9734325a
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.
ChangeLog
malloc/Makefile
malloc/tst-tcfree3.c [new file with mode: 0644]