mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 19:38:41 +03:00
improve padding extra
This commit is contained in:
parent
a84df3795a
commit
8c04558af8
5 changed files with 58 additions and 26 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue