Fix memory access violations triggered by running strip on fuzzed binaries.
[deliverable/binutils-gdb.git] / binutils / srconv.c
index c19c0ed75a8bcbada04520455dae682b945ad69a..63c6940e36cd7f8f72ff47881116f408cef9f17c 100644 (file)
@@ -1774,6 +1774,7 @@ main (int ac, char **av)
 
   program_name = av[0];
   xmalloc_set_program_name (program_name);
+  bfd_set_error_program_name (program_name);
 
   expandargv (&ac, &av);
 
This page took 0.025033 seconds and 4 git commands to generate.