Bugfix: uninitialized pointer caused crashes.
This commit is contained in:
parent
59db20fbc1
commit
0e0a4ab6ae
|
@ -775,6 +775,7 @@ DEBUG_ParseTypeTable(char * table, int len)
|
|||
|
||||
curr_type = 0x1000;
|
||||
|
||||
ptr.c = table;
|
||||
while( ptr.c - table < len )
|
||||
{
|
||||
type = (union codeview_type *) ptr.c;
|
||||
|
|
Loading…
Reference in New Issue