diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc4596d..298147e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2007-08-14 Michael Snyder <msnyder@access-company.com> + * ada-lang.c (possible_user_operator_p): Guard against NULL. + * varobj.c (cplus_describe_child): Guard against null. Use "NULL" instead of "0" to initialize pointers. |