aboutsummaryrefslogtreecommitdiff
path: root/fuzz
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-05-07 21:39:56 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-07 21:39:56 +0000
commit22cb619bfe23bca3f63c3c4b9733c9d789a48096 (patch)
tree8a23fffd8a1f77ddae2490917e94b6ca6ae0dbbe /fuzz
parent4960d35cef88ff67dacc63e42a1d4f628873d5fa (diff)
parentb734db3aebef30b72df60699c56628b954a05e06 (diff)
downloadlibxml2-22cb619bfe23bca3f63c3c4b9733c9d789a48096.tar.gz
Merge "Upgrade libxml2 to 7279d236364739a05657a8a614c15990eb08d0c6" am: 7cb4d979c3 am: 80288015e5 am: b7ae737b76 am: b734db3aeb
Original change: https://android-review.googlesource.com/c/platform/external/libxml2/+/1699085 Change-Id: I9bcef98a0249ee27d5fccbfe09aa3f88f3c460a9
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/Makefile.am4
-rw-r--r--fuzz/html.options2
-rw-r--r--fuzz/uri.options2
3 files changed, 4 insertions, 4 deletions
diff --git a/fuzz/Makefile.am b/fuzz/Makefile.am
index 2bbdbb1f..7d383470 100644
--- a/fuzz/Makefile.am
+++ b/fuzz/Makefile.am
@@ -74,7 +74,7 @@ fuzz-html: html$(EXEEXT) seed/html.stamp
./html$(EXEEXT) \
-dict=html.dict \
-max_len=1000000 \
- -timeout=20 \
+ -timeout=10 \
corpus/html seed/html
# Regexp fuzzer
@@ -99,7 +99,7 @@ fuzz-uri: uri$(EXEEXT)
@mkdir -p corpus/uri
./uri$(EXEEXT) \
-max_len=10000 \
- -timeout=5 \
+ -timeout=2 \
corpus/uri $(srcdir)/seed/uri
# XML Schema fuzzer
diff --git a/fuzz/html.options b/fuzz/html.options
index e5d3bbee..1c63f53d 100644
--- a/fuzz/html.options
+++ b/fuzz/html.options
@@ -1,2 +1,2 @@
[libfuzzer]
-timeout = 20
+timeout = 10
diff --git a/fuzz/uri.options b/fuzz/uri.options
index ea2a7a23..0676c659 100644
--- a/fuzz/uri.options
+++ b/fuzz/uri.options
@@ -1,2 +1,2 @@
[libfuzzer]
-timeout = 5
+timeout = 2