https://sourceware.org/bugzilla/show_bug.cgi?id=26433
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8c51f2f291a5459e1eabd000b2c52e5de52b4c56 commit 8c51f2f291a5459e1eabd000b2c52e5de52b4c56 Author: Nick Clifton <[email protected]> Date: Wed Aug 26 17:43:39 2020 +0100 Fix sanitization problems in the BFD library when running the linker testsuite for the AVR target. PR 26433 * elf32-avr.c (avr_final_link_relocate): Fix undefined shift behaviour. (avr_elf32_load_records_from_section): Use bfd_get_16 and bfd_get_32 to load values from potentially unaligned pointers. -- You are receiving this mail because: You are on the CC list for the bug.
