https://sourceware.org/bugzilla/show_bug.cgi?id=29846
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d3af4ba39e892b1c544d667ca241846bc3df386 commit 3d3af4ba39e892b1c544d667ca241846bc3df386 Author: Alan Modra <amo...@gmail.com> Date: Sun Dec 4 22:15:40 2022 +1030 PR29846, segmentation fault in objdump.c compare_symbols Fixes a fuzzed object file problem where plt relocs were manipulated in such a way that two synthetic symbols were generated at the same plt location. Won't occur in real object files. PR 29846 PR 20337 * objdump.c (compare_symbols): Test symbol flags to exclude section and synthetic symbols before attempting to check flavour. -- You are receiving this mail because: You are on the CC list for the bug.