https://sourceware.org/bugzilla/show_bug.cgi?id=28720
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at sourceware dot org |mark at klomp dot org Last reconfirmed| |2021-12-24 CC| |mark at klomp dot org --- Comment #2 from Mark Wielaard <mark at klomp dot org> --- (In reply to Evgeny Vereshchagin from comment #1) > FWIW There are at least 4 uniq crashes honggfuzz has found related to either > "member access within misaligned address" or "load of misaligned address": > > gelf_xlate.h:42:1: runtime error: member access within misaligned address > > link_map.c:292:15: runtime error: load of misaligned address 0x7fffe5c60bde > for type 'Elf64_Addr' > > link_map.c:283:15: runtime error: load of misaligned address > > gelf_xlate.h:48:1: runtime error: member access within misaligned address Interesting. I did run afl for some time (more than a day) and it found some more issues, but none of these (yet?). I'll try honggfuzz in the future to see if it can find some more. Without reproducers for all of the above I don't know if I caught them all, but I think the following two proposed patches (also on my fuzz branch) should fix them: https://sourceware.org/pipermail/elfutils-devel/2021q4/004598.html https://sourceware.org/pipermail/elfutils-devel/2021q4/004599.html -- You are receiving this mail because: You are on the CC list for the bug.