More fixes for illegal memory accesses triggered by running objdump on fuzzed binaries.
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 54fc235a5ae4381819e366b5981f62e659fb9791..98e4d86f69b4377314cce77ba304b20b5e6f9da3 100644 (file)
@@ -3413,7 +3413,7 @@ display_any_bfd (bfd *file, int level)
        {
          /* Prevent corrupted files from spinning us into an
             infinite loop.  100 is an arbitrary heuristic.  */
-         non_fatal (_("Archive nesting is too deep"));
+         fatal (_("Archive nesting is too deep"));
          return;
        }
       else
This page took 0.024608 seconds and 4 git commands to generate.