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:
parent
2af3c2a8b9
commit
e98150d444
2
fuzz/xml.options
Normal file
2
fuzz/xml.options
Normal file
@ -0,0 +1,2 @@
|
||||
[libfuzzer]
|
||||
max_len = 80000
|
Loading…
x
Reference in New Issue
Block a user