improve padding extra

This commit is contained in:
Daan Leijen 2021-12-09 16:04:22 -08:00
parent a84df3795a
commit 8c04558af8
5 changed files with 58 additions and 26 deletions

View file

@ -117,7 +117,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];