diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-12-12 09:19:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-12-12 09:22:16 +0000 |
commit | eb9f4b407164ff23f7f62022feb285e0f158a962 (patch) | |
tree | 284b6e652d1e44eab5b3aec0b8d89e0544cbf1e9 /bin | |
parent | aa2480daae4b87d37e9c7ce226dd0082a54fc254 (diff) |
use afl html_tags as htmlfuzzer dictionary
Change-Id: Ic179f835d4d67a9856381b87f7fbc8b144bf595d
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 c9cb2f0f1b8f..10759eb31cd2 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 |