https://sourceware.org/bugzilla/show_bug.cgi?id=28516
Alan Modra <amodra at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from Alan Modra <amodra at gmail dot com> --- Yes, you get unexpected results with fuzzed object files. Here you have a DW_AT_stmt_list with the wrong DW_FORM, an indexed string form rather than one of the integer forms. The indexed string forms currently aren't supported and return a string from objdump itself (or libbfd.so if using shared libs). The address of that string varies with PIEs that are loaded at random base addresses, or between different versions of objdump. -- You are receiving this mail because: You are on the CC list for the bug.