malloc: Add ChangeLog for accidentally committed change

Commit b90ddd08f6 ("malloc: Additional
checks for unsorted bin integrity I.") was committed without a
whitespace fix, so it is adjusted here as well.
This commit is contained in:
Florian Weimer 2018-08-20 14:57:13 +02:00
parent fa78896b1f
commit 35cfefd960
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,10 @@
* sysdeps/s390/fpu/libm-test-ulps: Regenerate.
2018-08-17 Istvan Kurucsai <pistukem@gmail.com>
* malloc/malloc.c (_int_malloc): Additional binning code checks.
2018-08-16 Florian Weimer <fweimer@redhat.com>
* configure.ac: Add --with-nonshared-cflags option.