diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4acf4e7..346f915 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2007-07-31 Michael Snyder <msnyder@access-company.com> + * f-valprint.c (info_common_command): Bail out to prevent null + pointer deref. Break up a long line. + * exec.c (xfer_memory): Remove redundant condition from 'if'. * symfile.c (reread_separate_symbols): Free xmalloced memory. |