function parameters: fixed segmentation fault (derefence null)

This commit is contained in:
Daniel Marjamäki 2009-01-27 07:39:11 +00:00
parent d6ef44c73e
commit 762ae69304
1 changed files with 5 additions and 0 deletions

View File

@ -1351,6 +1351,11 @@ bool Tokenizer::simplifyFunctionParameters()
}
}
if (tok == NULL)
{
break;
}
if (bailOut)
{
continue;