History log of /freebsd-10-stable/contrib/binutils/bfd/dwarf2.c
Revision Date Author Comments
# 279572 03-Mar-2015 emaste

MFC r279301: GNU nm: Avoid NULL dereference

bfd_dwarf2_find_line() calls find_line() with NULL functionname_ptr,
which resulted in a crash on certain ELF objects.

This change was implemented independently from upstream binutils, but
I have checked that the crash does not happen there.

Sponsored by: The FreeBSD Foundation


# 279572 03-Mar-2015 emaste

MFC r279301: GNU nm: Avoid NULL dereference

bfd_dwarf2_find_line() calls find_line() with NULL functionname_ptr,
which resulted in a crash on certain ELF objects.

This change was implemented independently from upstream binutils, but
I have checked that the crash does not happen there.

Sponsored by: The FreeBSD Foundation