mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* partial-stab.h: Add one more check against corrupted or irregular stabs
entry.
This commit is contained in:
parent
6d2ebf8bcc
commit
7d88144cc7
@ -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'.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user