It is related with PR30540, previously if sh_offset was incorrect (too large),
returned pointer could be wrong.
It is not possible to craft file with incorrect sh_offset using yaml2obj it seems,
so used precompiled one.
Differential D25015
[Object/ELF] - Report error on incorrect sh_offset. grimar on Sep 28 2016, 4:04 AM. Authored by
Details
Diff Detail Event TimelineComment Actions did you try to minimize this? afl has an utility for that (afl-min) you may want to check out. |