shellphish / how2heap

A repository for learning various heap exploitation techniques.
MIT License
7.2k stars 1.14k forks source link

malloc size didn't match with the size in comment #109

Closed ucgJhe closed 4 years ago

ucgJhe commented 4 years ago

https://github.com/shellphish/how2heap/blob/dc6fc154166c1d50a9c2e3b4be7665cd80d658bb/first_fit.c#L30

Does this supposed to be 0x506 here, or I am just getting it wrong ?

Kyle-Kyle commented 4 years ago

fixed in dfa1809ec9c4e4219d74a1f991a2b7518e591146 Thanks!