https://sourceware.org/bugzilla/show_bug.cgi?id=27853
--- Comment #1 from Alan Modra <amodra at gmail dot com> --- Incidentally, the loop is not infinite. readelf will eventually terminate. It should terminate quicker though, the problem being code in read_and_display_attr_value that increments "data" past "end", coupled with a test in display_formatted_table that only checks "data == end". -- You are receiving this mail because: You are on the CC list for the bug.