Check all chunks in the delayed free list for write-after-free.
authorotto <otto@openbsd.org>
Sat, 1 Apr 2023 18:47:51 +0000 (18:47 +0000)
committerotto <otto@openbsd.org>
Sat, 1 Apr 2023 18:47:51 +0000 (18:47 +0000)
commit42f826b2c30d5ea8653b2c5d8553aaaf5016591c
tree178045f0d1bb332751715b8b70354dbd936d967b
parent7691286fd089638ef42fb788568c6b149dd5c8db
Check all chunks in the delayed free list for write-after-free.
Should catch more of them and closer (in time) to the WAF.  ok tb@
lib/libc/stdlib/malloc.3
lib/libc/stdlib/malloc.c