about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2018-11-30 22:13:09 -0500
committerFlorian Weimer <fweimer@redhat.com>2018-12-12 12:04:12 +0100
commitea16a6938d7ca5f4c2b67c11251c70b30796602a (patch)
tree2c270fed71567d0dc0db4494d76190ef58c0ddda /ChangeLog
parentb5a9a19b82bb00b5419162f49331a7580ac06b4e (diff)
downloadglibc-ea16a6938d7ca5f4c2b67c11251c70b30796602a.tar.gz
glibc-ea16a6938d7ca5f4c2b67c11251c70b30796602a.tar.xz
glibc-ea16a6938d7ca5f4c2b67c11251c70b30796602a.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.

(cherry picked from commit 7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44202d96fd..09f50f28a0 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  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #23927]