From 1f43e1dd51a810225b3a38a47feffaad40599098 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 12 Dec 1995 01:58:31 +0000 Subject: [PATCH] * 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 --- gdb/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4b3be7bf61b..27a33894c55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 11 14:13:03 1995 Fred Fish + + * 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 * eval.c (evaluate_struct_tuple): Fix thinko. -- 2.30.2