From a126d37a90ebc2d94522c5bbbe64b288b87de7da Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 8 Dec 2017 15:52:30 +0000 Subject: use afl html_tags as htmlfuzzer dictionary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5374c497f9d8f1a0616e123b503d2f9b642edc33 Reviewed-on: https://gerrit.libreoffice.org/46104 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- bin/oss-fuzz-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/oss-fuzz-build.sh') 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 -- cgit