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