https://sourceware.org/bugzilla/show_bug.cgi?id=28175
--- 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=e039f7ed8675ddc9d2aa1e60df49dbc8d2836fc7 commit e039f7ed8675ddc9d2aa1e60df49dbc8d2836fc7 Author: Alan Modra <amo...@gmail.com> Date: Fri Aug 6 20:48:41 2021 +0930 PR28175, Segment fault in coff-tic30.c reloc_processing The obj_convert table shouldn't be accessed without first checking the index against the table size. PR 28175 * coff-tic30.c (reloc_processing): Sanity check reloc symbol index. * coff-z80.c (reloc_processing): Likewise. * coff-z8k.c (reloc_processing): Likewise. -- You are receiving this mail because: You are on the CC list for the bug.