crashtesting: crash on loading moz414782-1.svg
Change-Id: I1324b902c0790350bc8c44e7d63ce45915e3b33f
This commit is contained in:
@@ -50,7 +50,7 @@ namespace basegfx
|
|||||||
sal_Int32& io_rPos,
|
sal_Int32& io_rPos,
|
||||||
const OUString& rStr)
|
const OUString& rStr)
|
||||||
{
|
{
|
||||||
sal_Unicode aChar( rStr[io_rPos] );
|
sal_Unicode aChar = io_rPos < rStr.getLength() ? rStr[io_rPos] : 0;
|
||||||
OUStringBuffer sNumberString;
|
OUStringBuffer sNumberString;
|
||||||
|
|
||||||
// sign
|
// sign
|
||||||
|
Reference in New Issue
Block a user