summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/oss-fuzz-setup.sh3
-rw-r--r--vcl/workben/mmlfuzzer.options2
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/oss-fuzz-setup.sh b/bin/oss-fuzz-setup.sh
index 3e27957d8d91..2787e46fa973 100755
--- a/bin/oss-fuzz-setup.sh
+++ b/bin/oss-fuzz-setup.sh
@@ -90,7 +90,8 @@ curl --no-progress-meter -S \
-C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/psd.dict \
-C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/rtf.dict \
-C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/webp.dict \
- -C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/zip.dict
+ -C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/zip.dict \
+ -C - -O https://raw.githubusercontent.com/google/fuzzing/master/dictionaries/mathml.dict
#fuzzing corpuses
#afl jpeg, gif, bmp, png, webp
curl --no-progress-meter -S -C - -O https://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz
diff --git a/vcl/workben/mmlfuzzer.options b/vcl/workben/mmlfuzzer.options
index 76d308c39d0c..aa700cce92f3 100644
--- a/vcl/workben/mmlfuzzer.options
+++ b/vcl/workben/mmlfuzzer.options
@@ -1,3 +1,3 @@
[libfuzzer]
max_len = 65536
-dict = xml.dict
+dict = mathml.dict