diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-09 19:33:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-09 19:34:27 +0000 |
commit | ab3c05f55d87984b8b5f9b9b329698cb9bdfb40b (patch) | |
tree | 4ea41f4eb366189998de78fe607f08a6f20eed46 /bin | |
parent | 95d0281447cb55b6a1bee7ff81f85c06648657cc (diff) |
oss-fuzz hasn't merged this yet
Change-Id: I0b36af5d18d1b02b7d5193e610606c5d15f95ad0
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/oss-fuzz-build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |