aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2017-03-17 15:31:38 -0400
committerDJ Delorie <dj@delorie.com>2017-03-17 15:31:38 -0400
commit17f487b7afa7cd6c316040f3e6c86dc96b2eec30 (patch)
tree5836e9e3b024ffd8c45029f7a2934aad44229b71 /ChangeLog
parentb170d2e7ab998180abbd24fdd6c03ecb4293d000 (diff)
downloadglibc-17f487b7afa7cd6c316040f3e6c86dc96b2eec30.zip
glibc-17f487b7afa7cd6c316040f3e6c86dc96b2eec30.tar.gz
glibc-17f487b7afa7cd6c316040f3e6c86dc96b2eec30.tar.bz2
Further harden glibc malloc metadata against 1-byte overflows.
Additional check for chunk_size == next->prev->chunk_size in unlink() 2017-03-17 Chris Evans <scarybeasts@gmail.com> * malloc/malloc.c (unlink): Add consistency check between size and next->prev->size, to further harden against 1-byte overflows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bafcd1..7d5bc5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-17 Chris Evans <scarybeasts@gmail.com>
+
+ * malloc/malloc.c (unlink): Add consistency check between size and
+ next->prev->size, to further harden against 1-byte overflows.
+
2017-03-17 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86/cpu-features.c (init_cpu_features): Check AVX with