* 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
This commit is contained in:
Fred Fish 1995-12-12 01:58:31 +00:00
parent b44fe1d5e0
commit 1f43e1dd51
1 changed files with 6 additions and 0 deletions

View File

@ -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.