forked from Imagelibrary/binutils-gdb
* ecoff.c (_bfd_ecoff_find_nearest_line): If we allocate
find_line_info, clear the fdrtab field.
This commit is contained in:
@@ -1852,6 +1852,7 @@ _bfd_ecoff_find_nearest_line (abfd, section, ignore_symbols, offset,
|
||||
bfd_set_error (bfd_error_no_memory);
|
||||
return false;
|
||||
}
|
||||
ecoff_data (abfd)->find_line_info->fdrtab = NULL;
|
||||
}
|
||||
line_info = ecoff_data (abfd)->find_line_info;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user