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

crashtesting: crash on loading moz414782-1.svg

Change-Id: I1324b902c0790350bc8c44e7d63ce45915e3b33f
üst 3d42c1fc
......@@ -50,7 +50,7 @@ namespace basegfx
sal_Int32& io_rPos,
const OUString& rStr)
{
sal_Unicode aChar( rStr[io_rPos] );
sal_Unicode aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0;
OUStringBuffer sNumberString;
// sign
......
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