summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.sh
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2011-10-26 18:21:38 +0000
committerJoel Brobecker <brobecker@gnat.com>2011-10-26 18:21:38 +0000
commit86ba104287c2df8fd675dc2791273037f2c153e7 (patch)
treee30ef655da18fe9fe296d240989c56fbdb51c0a8 /gdb/gdbarch.sh
parentc34fd85260102e2a68a248e13a4eb99a3dc8548b (diff)
downloadbinutils-gdb-86ba104287c2df8fd675dc2791273037f2c153e7.tar.gz
Fix 'sprintf' of potential NULL pointer in 'maint print arch'
gdb/ * gdbarch.sh (function_list): Use 'pstring' when printing 'gcore_bfd_target'. * gdbarch.c: Regenerate.
Diffstat (limited to 'gdb/gdbarch.sh')
-rwxr-xr-xgdb/gdbarch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index bf78173d334..a9ca03dff7c 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -640,7 +640,7 @@ M:LONGEST:core_xfer_shared_libraries:gdb_byte *readbuf, ULONGEST offset, LONGEST
M:char *:core_pid_to_str:ptid_t ptid:ptid
# BFD target to use when generating a core file.
-V:const char *:gcore_bfd_target:::0:0:::gdbarch->gcore_bfd_target
+V:const char *:gcore_bfd_target:::0:0:::pstring (gdbarch->gcore_bfd_target)
# If the elements of C++ vtables are in-place function descriptors rather
# than normal function pointers (which may point to code or a descriptor),