merge from dev

This commit is contained in:
daan 2020-01-20 19:06:08 -08:00
commit 394a7a92ab
92 changed files with 2994 additions and 1010 deletions

View file

@ -178,7 +178,6 @@ static void corrupt_free();
int main() {
mi_version();
// mi_bins();
// detect double frees and heap corruption
// double_free1();
@ -274,4 +273,3 @@ static void corrupt_free() {
malloc(SZ);
}
}