function parameters: fixed segmentation fault (derefence null)
This commit is contained in:
parent
d6ef44c73e
commit
762ae69304
@ -1351,6 +1351,11 @@ bool Tokenizer::simplifyFunctionParameters()
|
||||
}
|
||||
}
|
||||
|
||||
if (tok == NULL)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
if (bailOut)
|
||||
{
|
||||
continue;
|
||||
|
Loading…
x
Reference in New Issue
Block a user