about summary refs log tree commit diff
path: root/malloc/tst-tcfree3.c
Commit message (Collapse)AuthorAgeFilesLines
* malloc: Add another test for tcache double free check.DJ Delorie2018-12-071-0/+56
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.