Skip to content

ooo: use SAX on a file to when checking for unsafe links

Jérome Perrin requested to merge fix/unsafe_big_ods into master

The approach of extracting content.xml in memory and constructing an element tree in memory uses causes MemoryError on large documents.

Edited by Jérome Perrin

Merge request reports