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

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