|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug binutils/22875] Strip complains about and then destroys unrecognised relocs |
Date: | Wed, 04 Apr 2018 01:03:07 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22875 --- Comment #7 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Maciej W. Rozycki <address@hidden>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0cc919dc6abede5e61b9d8234028fba879166088 commit 0cc919dc6abede5e61b9d8234028fba879166088 Author: Maciej W. Rozycki <address@hidden> Date: Wed Apr 4 02:00:49 2018 +0100 PR binutils/22875: IQ2000/ELF: Prevent an out-of-bounds howto table access Prevent an out-of-bounds `iq2000_elf_howto_table' table access in `iq2000_info_to_howto_rela' by using the size of the table rather than R_IQ2000_max to determine the number of entries in the contiguous regular IQ2000 relocation range defined and described in the table. bfd/ * elf32-iq2000.c (iq2000_info_to_howto_rela): Correct the range check for `iq2000_elf_howto_table' table access. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |