server-skynet-source-3rd-je.../test
Qi Wang b75822bc6e Implement use-after-free detection using junk and stash.
On deallocation, sampled pointers (specially aligned) get junked and stashed
into tcache (to prevent immediate reuse).  The expected behavior is to have
read-after-free corrupted and stopped by the junk-filling, while
write-after-free is checked when flushing the stashed pointers.
2021-12-29 14:44:43 -08:00
..
analyze Fix shadowed variable usage. 2021-12-23 10:55:08 -08:00
include/test Implement use-after-free detection using junk and stash. 2021-12-29 14:44:43 -08:00
integration Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
src Fix shadowed variable usage. 2021-12-23 10:55:08 -08:00
stress Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
unit Implement use-after-free detection using junk and stash. 2021-12-29 14:44:43 -08:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00