bin/oss-fuzz-setup.sh | 3 ++- vcl/workben/mmlfuzzer.options | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-)
New commits: commit 61c06d531171c079a032097e00b9602a192cbd1f Author: Caolán McNamara <[email protected]> AuthorDate: Fri May 5 15:00:46 2023 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Fri May 5 16:02:24 2023 +0200 use the mathml dict for the mml fuzzer Change-Id: I5b238bfad2495b3354140a39366001186b3eb91a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151426 Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> 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
