Fix memory access violations triggered by running strip on fuzzed binaries.
[deliverable/binutils-gdb.git] / binutils / strings.c
index 8f215e52a4072455c9c5755134ff520aeb3efcd0..0e2c9a8b9147a228c77cb154b01770c6fdd548f1 100644 (file)
@@ -164,6 +164,7 @@ main (int argc, char **argv)
 
   program_name = argv[0];
   xmalloc_set_program_name (program_name);
+  bfd_set_error_program_name (program_name);
 
   expandargv (&argc, &argv);
 
This page took 0.022878 seconds and 4 git commands to generate.