]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/ChangeLog
Fix potential illegal memory access failures in the BFD library by ensuring that...
authorNick Clifton <nickc@redhat.com>
Fri, 3 Jan 2020 14:41:02 +0000 (14:41 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Jan 2020 14:41:02 +0000 (14:41 +0000)
commit7a0fb7be96e0ce79e1ae429bc1ba913e5244d537
tree2cd6d1c387030ff641bee30455eee384d516d7a9
parenta2322019f5669e80444cdf6a8222f94a45301b3a
Fix potential illegal memory access failures in the BFD library by ensuring that the return value from bfd_malloc() is checked before it is used.

PR 25308
* elf-properties.c (_bfd_elf_convert_gnu_properties): Check the
return value from bfd_malloc.
* elf32-arm.c (bfd_elf32_arm_vfp11_fix_veneer_locations): Likewise.
(bfd_elf32_arm_stm32l4xx_fix_veneer_locations): Likewise.
(elf32_arm_filter_cmse_symbols): Likewise.
(elf32_arm_write_section): Likewise.
* mach-o.c (bfd_mach_o_core_fetch_environment): Likewise.
(bfd_mach_o_follow_dsym): Likewise.
* pef.c (bfd_pef_print_loader_section): Likewise.
(bfd_pef_scan_start_address): Likewise.
(bfd_pef_parse_function_stubs): Likewise.
(bfd_pef_parse_symbols): Likewise.
bfd/ChangeLog
bfd/elf-properties.c
bfd/elf32-arm.c
bfd/mach-o.c
bfd/pef.c