PR 25526
* readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
get_data is unable to load the string table.
+2020-02-27 Nick Clifton <nickc@redhat.com>
+
+ PR 25526
+ * readelf.c (process_ia64_vms_dynamic_relocs): Check to see if
+ get_data is unable to load the string table.
+
2020-02-26 Alan Modra <amodra@gmail.com>
* elfedit.c: Indent labels correctly.
(unsigned long) fixup->needed);
lib_name = "???";
}
+
printf (_("\nImage fixups for needed library #%d: %s - ident: %lx\n"),
(int) fixup->fixup_needed, lib_name, (long) fixup->needed_ident);
printf
if (strtab == NULL)
strtab = get_data (NULL, filedata, dynamic_addr + strtab_off,
1, strtab_sz, _("dynamic string section"));
+ if (strtab == NULL)
+ strtab_sz = 0;
break;
case DT_IA_64_VMS_NEEDED_IDENT: