diff options
author | Caolán McNamara <caolanm@redhat.com> | 2023-05-05 15:00:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2023-05-05 16:02:24 +0200 |
commit | 61c06d531171c079a032097e00b9602a192cbd1f (patch) | |
tree | 7e0f04918c1fa767c508d5015b022b35c2ed63ed /bin | |
parent | 9e745192f19dda1328231c680ee17275c3c89932 (diff) |
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 <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-setup.sh | 3 |
1 files changed, 2 insertions, 1 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 |