diff options
author | Florian Weimer <fweimer@redhat.com> | 2014-09-10 20:29:15 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2014-09-11 10:59:05 +0200 |
commit | 52ffbdf25a1100986f4ae27bb0febbe5a722ab25 (patch) | |
tree | ad376175049819a8a4927dd9e72cf77338d3da0e /NEWS | |
parent | 984c0ea97f649c869130a1ff099098e2b6f70aad (diff) | |
download | glibc-52ffbdf25a1100986f4ae27bb0febbe5a722ab25.tar glibc-52ffbdf25a1100986f4ae27bb0febbe5a722ab25.tar.gz glibc-52ffbdf25a1100986f4ae27bb0febbe5a722ab25.tar.bz2 glibc-52ffbdf25a1100986f4ae27bb0febbe5a722ab25.zip |
malloc: additional unlink hardening for non-small bins [BZ #17344]
Turn two asserts into a conditional call to malloc_printerr. The
memory locations are accessed later anyway, so the performance
impact is minor.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ Version 2.20 16966, 16967, 16977, 16978, 16984, 16990, 16996, 17009, 17022, 17031, 17042, 17048, 17050, 17058, 17061, 17062, 17069, 17075, 17078, 17079, 17084, 17086, 17088, 17092, 17097, 17125, 17135, 17137, 17150, 17153, - 17187, 17213, 17259, 17261, 17262, 17263, 17319, 17325, 17354. + 17187, 17213, 17259, 17261, 17262, 17263, 17319, 17325, 17344, 17354. * Reverted change of ABI data structures for s390 and s390x: On s390 and s390x the size of struct ucontext and jmp_buf was increased in |