Skip to content

Check for valid string when parsing attributes.

During parsing we advance the string to skip over spaces but fail to check if the string is still valid, leaving lots of possible ways for inkscape to crash if the string ends before all the expected data is found.

Fixes #3786 (closed)

Merge request reports