https://sourceware.org/bugzilla/show_bug.cgi?id=28645
Bug ID: 28645 Summary: Assertion `(p) <= (limit)' failed. Product: binutils Version: 2.38 (HEAD) Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: shaohua.li at inf dot ethz.ch Target Milestone: --- Created attachment 13814 --> https://sourceware.org/bugzilla/attachment.cgi?id=13814&action=edit assertion_poc Hi there, I crashed `readelf -w` with a fuzzer-generated input. The cause is a failing assertion. - Compiler: clang-13 - Platform: Ubuntu 20.04.4 LTS, x86_64 - Reproduce: `readelf -w assertion_poc` - Raw Output: ` readelf: ./dwarf.c:10599: int process_cu_tu_index(struct dwarf_section *, int): Assertion `(p) <= (limit)' failed. Aborted (core dumped) ` -- You are receiving this mail because: You are on the CC list for the bug.