mirror of
https://github.com/GNOME/libxml2.git
synced 2025-05-09 21:31:17 +08:00

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.
3 lines
28 B
Plaintext
3 lines
28 B
Plaintext
[libfuzzer]
|
|
max_len = 80000
|