* dbxread.c (process_one_symbol): When looking at the next
authorFred Fish <fnf@specifix.com>
Tue, 12 Dec 1995 01:58:31 +0000 (01:58 +0000)
committerFred Fish <fnf@specifix.com>
Tue, 12 Dec 1995 01:58:31 +0000 (01:58 +0000)
minimal symbol, check for end of the minimal symbol array
  (symbol with NULL pointer for name) before dereferencing it.
Fixes PR 8644

gdb/ChangeLog

index 4b3be7bf61b49f0138e3c7e67964c53ba2b22c81..27a33894c5558093f8b2f44cbdc618fb569fb212 100644 (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.