1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-20 18:50:08 +03:00

Add options file for xml fuzzer

This will be picked up OSS-Fuzz, limiting the maximum input size to
80 KB and hopefully avoiding timeouts. Some of the timeouts seem to be
related to our suboptimal handling of excessive entity expansion.
The new fuzzers support external entities and make this problem even
more prominent.
This commit is contained in:
Nick Wellnhofer 2020-06-09 13:45:31 +02:00
parent 2af3c2a8b9
commit e98150d444

2
fuzz/xml.options Normal file
View File

@ -0,0 +1,2 @@
[libfuzzer]
max_len = 80000