add MI_PADDING flag to cmake to supress use of padding in debug mode

This commit is contained in:
daan 2020-04-07 10:01:18 -07:00
parent afc4f79a69
commit 69a0846478
6 changed files with 13 additions and 9 deletions

View file

@ -19,7 +19,7 @@ int main() {
// double_free1();
// double_free2();
// corrupt_free();
// block_overflow1();
block_overflow1();
void* p1 = malloc(78);
void* p2 = malloc(24);