From ab3c05f55d87984b8b5f9b9b329698cb9bdfb40b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 9 Dec 2017 19:33:44 +0000 Subject: oss-fuzz hasn't merged this yet Change-Id: I0b36af5d18d1b02b7d5193e610606c5d15f95ad0 --- bin/oss-fuzz-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh index 10759eb31cd2..c9cb2f0f1b8f 100755 --- a/bin/oss-fuzz-build.sh +++ b/bin/oss-fuzz-build.sh @@ -43,4 +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 +#cp $SRC/html_tags.dict $OUT/htmlfuzzer.dict -- cgit