Commit 0e0a4ab6 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Bugfix: uninitialized pointer caused crashes.

parent 59db20fb
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment