Kaydet (Commit) e68faf7d authored tarafından Caolán McNamara's avatar Caolán McNamara

ofz#866 crash in LwpFormulaInfo::ReadArguments

Change-Id: Id301c21c8a4a0556b6326b621171aa62bd939d8d
üst 1565c6be
......@@ -297,9 +297,9 @@ void LwpFormulaInfo::ReadArguments(LwpFormulaFunc& aFunc)
break;
}
if (bArgument)
if (bArgument && !m_aStack.empty())
{
aFunc.AddArg( m_aStack.back() );
aFunc.AddArg(m_aStack.back());
m_aStack.pop_back();
}
}
......
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