Blame SOURCES/binutils-CVE-2019-9073.patch

8c00d6
--- binutils.orig/binutils/objdump.c	2019-02-25 16:12:30.394056901 +0000
8c00d6
+++ binutils-2.31.1/binutils/objdump.c	2019-02-25 16:13:07.224778005 +0000
8c00d6
@@ -2993,7 +2993,9 @@ dump_bfd_header (bfd *abfd)
8c00d6
 static void
8c00d6
 dump_bfd_private_header (bfd *abfd)
8c00d6
 {
8c00d6
-  bfd_print_private_bfd_data (abfd, stdout);
8c00d6
+  if (!bfd_print_private_bfd_data (abfd, stdout))
8c00d6
+    non_fatal (_("warning: private headers incomplete: %s"),
8c00d6
+              bfd_errmsg (bfd_get_error ()));
8c00d6
 }
8c00d6
 
8c00d6
 static void