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

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