summaryrefslogtreecommitdiff
path: root/fuzz/uri.options
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2020-12-16 15:41:52 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2020-12-16 16:12:07 +0100
commit9086988ffa8da62c25c764a146a84603629734aa (patch)
tree69063f4c267aa53674191ec47643da1c096b0c4d /fuzz/uri.options
parent1fe385304f11332ddb232571d54d36a5aeca0398 (diff)
downloadlibxml2-9086988ffa8da62c25c764a146a84603629734aa.tar.gz
Enforce maximum length of fuzz input
Remove the libfuzzer max_len option which doesn't apply to other fuzzing engines. Enforce the maximum length directly in the fuzz targets. For the xml target, lower the maximum when expanding entities to avoid timeout and OOM errors.
Diffstat (limited to 'fuzz/uri.options')
-rw-r--r--fuzz/uri.options1
1 files changed, 0 insertions, 1 deletions
diff --git a/fuzz/uri.options b/fuzz/uri.options
index 8c45a722..ea2a7a23 100644
--- a/fuzz/uri.options
+++ b/fuzz/uri.options
@@ -1,3 +1,2 @@
[libfuzzer]
-max_len = 10000
timeout = 5