forked from Imagelibrary/binutils-gdb
Most of these changes are really only cosmetic. The readelf.c patch
fixes a thinko in get_dynamic_flags. I found at least one message string that included a `%' being passed to printf in the format argument.
This commit is contained in:
@@ -69,7 +69,7 @@ DEFUN (print_name_only, (self), Sym * self)
|
||||
}
|
||||
}
|
||||
sprintf (buf, " (%s:%d)", filename, self->line_num);
|
||||
printf (buf);
|
||||
printf ("%s", buf);
|
||||
size += strlen (buf);
|
||||
}
|
||||
if (demangled)
|
||||
|
||||
Reference in New Issue
Block a user