https://sourceware.org/bugzilla/show_bug.cgi?id=28720
--- Comment #7 from Mark Wielaard <mark at klomp dot org> --- (In reply to Evgeny Vereshchagin from comment #5) > Created attachment 13875 [details] > File triggering "member access within misaligned address" Thanks. afl++ also found this (but only after 8 days...) I pushed: commit 9f70a762ab88ceebb8a48a7c9c3ce39ff7f205af Author: Mark Wielaard <m...@klomp.org> Date: Fri Dec 24 02:01:32 2021 +0100 libdwfl: Calculate addr to read by hand in link_map.c read_addrs. The gcc undefined sanitizer doesn't like the trick we use to calculate the (possibly) unaligned addresses to read. So calculate them by hand as unsigned char pointers. https://sourceware.org/bugzilla/show_bug.cgi?id=28720 Signed-off-by: Mark Wielaard <m...@klomp.org> Which should this particular issue. -- You are receiving this mail because: You are on the CC list for the bug.