From 61c06d531171c079a032097e00b9602a192cbd1f Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 May 2023 15:00:46 +0100 Subject: use the mathml dict for the mml fuzzer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5b238bfad2495b3354140a39366001186b3eb91a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151426 Tested-by: Caolán McNamara Reviewed-by: Caolán McNamara --- bin/oss-fuzz-setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') 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 -- cgit