about summary refs log tree commit diff
path: root/malloc/Makefile
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2018-11-30 22:13:09 -0500
committerDJ Delorie <dj@redhat.com>2018-12-07 19:34:47 -0500
commit7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76 (patch)
tree8582aefcface34b4fb05015628620591c5b654b5 /malloc/Makefile
parent37caec3a11eb329f333bc70cf772cb9a9734325a (diff)
downloadglibc-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 'malloc/Makefile')
-rw-r--r--malloc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile
index e6dfbfc14c..388cf7e9ee 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -38,7 +38,7 @@ tests := mallocbug tst-malloc tst-valloc tst-calloc tst-obstack \
 	 tst-malloc_info \
 	 tst-malloc-too-large \
 	 tst-malloc-stats-cancellation \
-	 tst-tcfree1 tst-tcfree2 \
+	 tst-tcfree1 tst-tcfree2 tst-tcfree3 \
 
 tests-static := \
 	 tst-interpose-static-nothread \