aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Burgess <aburgess@broadcom.com>2013-07-16 21:12:14 +0000
committerAndrew Burgess <aburgess@broadcom.com>2013-07-16 21:12:14 +0000
commit5ea5559b9aab3618955d6d38934828e9d5749bea (patch)
tree9aa1ffc18e57611494e73af7b6685a96860667de /gdb/ChangeLog
parent2c57100624571d93ebc965bed32b7d517a382e02 (diff)
downloadgdb-5ea5559b9aab3618955d6d38934828e9d5749bea.zip
gdb-5ea5559b9aab3618955d6d38934828e9d5749bea.tar.gz
gdb-5ea5559b9aab3618955d6d38934828e9d5749bea.tar.bz2
Check for NULL character before calling strchr.
http://sourceware.org/ml/gdb-patches/2013-07/msg00322.html gdb/ChangeLog * common/format.c (parse_format_string): Add checks for NULL character before calling strchr. gdb/testsuite/ChangeLog * gdb.base/printcmds.exp (test_printf): Add tests for format strings with missing format specifier.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 67ce94b..a0f22da 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-16 Andrew Burgess <aburgess@broadcom.com>
+
+ * common/format.c (parse_format_string): Add checks for NULL
+ character before calling strchr.
+
2013-07-16 Doug Evans <dje@google.com>
* solist.h (target_so_ops.find_and_open_solib): Clarify usage of