* partial-stab.h: Add one more check against corrupted or irregular stabs

entry.
This commit is contained in:
Christopher Faylor 2000-03-28 17:44:53 +00:00
parent 6d2ebf8bcc
commit 7d88144cc7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-03-28 Christopher Faylor <cgf@cygnus.com>
* partial-stab.h: Add one more check against corrupted or irregular
stabs entry.
Tue Mar 28 12:23:37 2000 Philippe De Muyter <phdm@macqel.be>
* gnu-regex.c (regerror): Function renamed from `__regerror'.

View File

@ -393,7 +393,7 @@ switch (CUR_SYMBOL_TYPE)
#ifdef DBXREAD_ONLY
/* See if this is an end of function stab. */
if (CUR_SYMBOL_TYPE == N_FUN && *namestring == '\000')
if (pst && CUR_SYMBOL_TYPE == N_FUN && *namestring == '\000')
{
unsigned long valu;