diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-08 15:52:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-08 18:23:37 +0100 |
commit | a126d37a90ebc2d94522c5bbbe64b288b87de7da (patch) | |
tree | dd2ac5a74f603dc54e8e2d9f69657df8ae103a2b /bin | |
parent | 5ceea51947b99f27eb3401bd3c9b8a7cf6ee9c96 (diff) |
use afl html_tags as htmlfuzzer dictionary
Change-Id: I5374c497f9d8f1a0616e123b503d2f9b642edc33
Reviewed-on: https://gerrit.libreoffice.org/46104
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index 7c96a24b1469..10759eb31cd2 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -43,3 +43,4 @@ cp $SRC/xml.dict $OUT/fodsfuzzer.dict cp $SRC/xml.dict $OUT/fodpfuzzer.dict cp $SRC/xml.dict $OUT/fodgfuzzer.dict cp $SRC/xml.dict $OUT/mmlfuzzer.dict +cp $SRC/html_tags.dict $OUT/htmlfuzzer.dict |