aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2012-07-23 18:08:29 +0000
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2012-07-23 18:08:29 +0000
commit6c18f3e0f4d7e0399b39a0d554b5152af71a94e2 (patch)
tree492cc1fb9f64c05b8723fcb0ede1a7d981f88bc6 /gdb/ChangeLog
parent695c31738b1a1f052f777630bd914b7f3f783b9b (diff)
downloadgdb-6c18f3e0f4d7e0399b39a0d554b5152af71a94e2.zip
gdb-6c18f3e0f4d7e0399b39a0d554b5152af71a94e2.tar.gz
gdb-6c18f3e0f4d7e0399b39a0d554b5152af71a94e2.tar.bz2
* p-valprint.c (pascal_object_print_value): Replace potentially
unsafe alloca with xmalloc/xfree. * valops.c (search_struct_method): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c471251..062eefd 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2012-07-23 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * p-valprint.c (pascal_object_print_value): Replace potentially
+ unsafe alloca with xmalloc/xfree.
+ * valops.c (search_struct_method): Likewise.
+
2012-07-23 Tom Tromey <tromey@redhat.com>
* solib-svr4.c (enable_break): Update.