diff options
author | Fred Fish <fnf@specifix.com> | 1995-12-12 01:58:31 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-12-12 01:58:31 +0000 |
commit | 1f43e1dd51a810225b3a38a47feffaad40599098 (patch) | |
tree | 8c91146add21e63edadf59494be02cf4caa1d029 /gdb | |
parent | b44fe1d5e03965eae3cf10c130f960f19e694bd2 (diff) | |
download | gdb-1f43e1dd51a810225b3a38a47feffaad40599098.zip gdb-1f43e1dd51a810225b3a38a47feffaad40599098.tar.gz gdb-1f43e1dd51a810225b3a38a47feffaad40599098.tar.bz2 |
* dbxread.c (process_one_symbol): When looking at the next
minimal symbol, check for end of the minimal symbol array
(symbol with NULL pointer for name) before dereferencing it.
Fixes PR 8644
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b3be7b..27a3389 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 11 14:13:03 1995 Fred Fish <fnf@amigalib.com> + + * dbxread.c (process_one_symbol): When looking at the next + minimal symbol, check for end of the minimal symbol array + (symbol with NULL pointer for name) before dereferencing it. + Mon Dec 11 15:56:55 1995 Per Bothner <bothner@kalessin.cygnus.com> * eval.c (evaluate_struct_tuple): Fix thinko. |