[Libreoffice-commits] core.git: bin/oss-fuzz-build.sh

Caolán McNamara caolanm at redhat.com
Fri Dec 8 17:26:12 UTC 2017


 bin/oss-fuzz-build.sh |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a126d37a90ebc2d94522c5bbbe64b288b87de7da
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Dec 8 15:52:30 2017 +0000

    use afl html_tags as htmlfuzzer dictionary
    
    Change-Id: I5374c497f9d8f1a0616e123b503d2f9b642edc33
    Reviewed-on: https://gerrit.libreoffice.org/46104
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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


More information about the Libreoffice-commits mailing list