Skip to content

Commit

Permalink
fixing small error
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniobianchi333 committed Jan 28, 2016
1 parent 61a3f32 commit a833bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion house_of_spirit.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ int main()
free(a);

printf("Now the next malloc will return the region of our fake chunk at %p, which will be %p!\n", &fake_chunks[1], &fake_chunks[2]);
printf("malloc(8): %p\n", malloc(0x30));
printf("malloc(0x30): %p\n", malloc(0x30));
}

0 comments on commit a833bdd

Please sign in to comment.