diff options
Diffstat (limited to 'bfd/bfd.c')
-rw-r--r-- | bfd/bfd.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -512,6 +512,9 @@ DESCRIPTION const char * bfd_archive_filename (bfd *abfd) { + if (abfd == NULL) + return _("<unknown>"); + if (abfd->my_archive) { static size_t curr = 0; |