Bugfix: uninitialized pointer caused crashes.

This commit is contained in:
Ulrich Weigand 2000-01-05 01:48:08 +00:00 committed by Alexandre Julliard
parent 59db20fbc1
commit 0e0a4ab6ae
1 changed files with 1 additions and 0 deletions

View File

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