merge from dev-trace

This commit is contained in:
Daan Leijen 2021-12-09 16:06:24 -08:00
commit 36cf82dc71
5 changed files with 58 additions and 26 deletions

View file

@ -285,7 +285,7 @@ static void double_free2() {
// Try to corrupt the heap through buffer overflow
#define N 256
#define SZ 64
#define OVF_SZ 100
#define OVF_SZ 32
static void corrupt_free() {
void* p[N];