Skip to content
Commit aa1f447e authored by Christian Persch's avatar Christian Persch
Browse files

all: Add option to parse huge SVG XML files

For security reasons, newer libxml versions applies limits that huge
SVG files exceed and thus fail parsing. Add an RSVG_HANDLE_FLAG_UNLIMITED
flag that uses XML_PARSE_HUGE to allow parsing these files again.

Note: for security reasons, this flag should ONLY be used on trusted input!

https://bugzilla.gnome.org/show_bug.cgi?id=710310
parent bed3f143
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