various null-dereference problems fixed
This commit is contained in:
@@ -279,7 +279,7 @@ switch_statement
|
||||
'('
|
||||
expression(&expr)
|
||||
{
|
||||
code_startswitch(expr);
|
||||
code_startswitch(&expr);
|
||||
}
|
||||
')'
|
||||
statement
|
||||
|
||||
Reference in New Issue
Block a user