Skip to content

(#1065): Don't add unparsable files to libFuzzer corpus

libFuzzer can spend a lot of time generating SVGs that cannot be parsed. This change prevents libFuzzer from adding those files to its corpus, which helps direct fuzzing toward structurally "valid" files that exercise SVG code rather than XML parser code.

Fixes #1065 (closed)

Merge request reports