malloc: additional unlink hardening for non-small bins [BZ #17344]
commit52ffbdf25a1100986f4ae27bb0febbe5a722ab25
authorFlorian Weimer <fweimer@redhat.com>
Wed, 10 Sep 2014 18:29:15 +0000 (10 20:29 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 11 Sep 2014 08:59:05 +0000 (11 10:59 +0200)
treead376175049819a8a4927dd9e72cf77338d3da0e
parent984c0ea97f649c869130a1ff099098e2b6f70aad
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.
ChangeLog
NEWS
malloc/malloc.c