* ecoff.c (_bfd_ecoff_find_nearest_line): If we allocate

find_line_info, clear the fdrtab field.
This commit is contained in:
Ian Lance Taylor
1995-07-03 22:41:51 +00:00
parent 9fd10c34d0
commit 3a6eecd42f
2 changed files with 4 additions and 0 deletions

View File

@@ -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;