fix assertion

This commit is contained in:
Daan Leijen 2022-04-10 13:27:43 -07:00
parent b4ca31bcd0
commit 9aec70ee02
2 changed files with 5 additions and 5 deletions

View file

@ -27,15 +27,15 @@ int main() {
mi_version();
mi_stats_reset();
// detect double frees and heap corruption
double_free1();
// double_free1();
// double_free2();
// double_free3();
double_free3();
// corrupt_free1();
// corrupt_free2();
// block_overflow1();
// block_overflow2();
// test_aslr();
invalid_free();
// invalid_free();
// test_reserved();
// negative_stat();
// alloc_huge();