[Libreoffice-commits] core.git: vcl/workben

Caolán McNamara caolanm at redhat.com
Sun May 27 20:06:53 UTC 2018


 vcl/workben/cgmfuzzer.options   |    2 ++
 vcl/workben/diffuzzer.options   |    2 ++
 vcl/workben/docxfuzzer.options  |    2 ++
 vcl/workben/fodpfuzzer.options  |    2 ++
 vcl/workben/fodsfuzzer.options  |    2 ++
 vcl/workben/fodtfuzzer.options  |    2 ++
 vcl/workben/metfuzzer.options   |    2 ++
 vcl/workben/mmlfuzzer.options   |    2 ++
 vcl/workben/pptxfuzzer.options  |    2 ++
 vcl/workben/qpwfuzzer.options   |    2 ++
 vcl/workben/rtffuzzer.options   |    2 ++
 vcl/workben/scrtffuzzer.options |    2 ++
 vcl/workben/slkfuzzer.options   |    2 ++
 vcl/workben/ww2fuzzer.options   |    2 ++
 vcl/workben/ww6fuzzer.options   |    2 ++
 vcl/workben/ww8fuzzer.options   |    2 ++
 vcl/workben/xlsfuzzer.options   |    2 ++
 vcl/workben/xlsxfuzzer.options  |    2 ++
 18 files changed, 36 insertions(+)

New commits:
commit 539e8f1d80d497bd8d7ee031cb5772e49021b79c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Sun May 27 21:01:18 2018 +0100

    Some LibreOffice Fuzzers Can't Use AFL's Deferred Forkserver
    
    https://github.com/google/oss-fuzz/issues/1449
    
    Change-Id: I495f269b66f8232dce260031c4f74e574bec6aa9

diff --git a/vcl/workben/cgmfuzzer.options b/vcl/workben/cgmfuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/cgmfuzzer.options
+++ b/vcl/workben/cgmfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/diffuzzer.options b/vcl/workben/diffuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/diffuzzer.options
+++ b/vcl/workben/diffuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/docxfuzzer.options b/vcl/workben/docxfuzzer.options
index e8c2b812b01d..db9a3e8c64ba 100644
--- a/vcl/workben/docxfuzzer.options
+++ b/vcl/workben/docxfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 98304
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/fodpfuzzer.options b/vcl/workben/fodpfuzzer.options
index 76d308c39d0c..120b6953bfdb 100644
--- a/vcl/workben/fodpfuzzer.options
+++ b/vcl/workben/fodpfuzzer.options
@@ -1,3 +1,5 @@
 [libfuzzer]
 max_len = 65536
 dict = xml.dict
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/fodsfuzzer.options b/vcl/workben/fodsfuzzer.options
index 76d308c39d0c..120b6953bfdb 100644
--- a/vcl/workben/fodsfuzzer.options
+++ b/vcl/workben/fodsfuzzer.options
@@ -1,3 +1,5 @@
 [libfuzzer]
 max_len = 65536
 dict = xml.dict
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/fodtfuzzer.options b/vcl/workben/fodtfuzzer.options
index 76d308c39d0c..120b6953bfdb 100644
--- a/vcl/workben/fodtfuzzer.options
+++ b/vcl/workben/fodtfuzzer.options
@@ -1,3 +1,5 @@
 [libfuzzer]
 max_len = 65536
 dict = xml.dict
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/metfuzzer.options b/vcl/workben/metfuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/metfuzzer.options
+++ b/vcl/workben/metfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/mmlfuzzer.options b/vcl/workben/mmlfuzzer.options
index 76d308c39d0c..120b6953bfdb 100644
--- a/vcl/workben/mmlfuzzer.options
+++ b/vcl/workben/mmlfuzzer.options
@@ -1,3 +1,5 @@
 [libfuzzer]
 max_len = 65536
 dict = xml.dict
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/pptxfuzzer.options b/vcl/workben/pptxfuzzer.options
index e8c2b812b01d..db9a3e8c64ba 100644
--- a/vcl/workben/pptxfuzzer.options
+++ b/vcl/workben/pptxfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 98304
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/qpwfuzzer.options b/vcl/workben/qpwfuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/qpwfuzzer.options
+++ b/vcl/workben/qpwfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/rtffuzzer.options b/vcl/workben/rtffuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/rtffuzzer.options
+++ b/vcl/workben/rtffuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/scrtffuzzer.options
+++ b/vcl/workben/scrtffuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/slkfuzzer.options b/vcl/workben/slkfuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/slkfuzzer.options
+++ b/vcl/workben/slkfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/ww2fuzzer.options b/vcl/workben/ww2fuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/ww2fuzzer.options
+++ b/vcl/workben/ww2fuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/ww6fuzzer.options b/vcl/workben/ww6fuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/ww6fuzzer.options
+++ b/vcl/workben/ww6fuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/ww8fuzzer.options b/vcl/workben/ww8fuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/ww8fuzzer.options
+++ b/vcl/workben/ww8fuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/xlsfuzzer.options b/vcl/workben/xlsfuzzer.options
index 678d526b1ea9..d851ad58c377 100644
--- a/vcl/workben/xlsfuzzer.options
+++ b/vcl/workben/xlsfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 65536
+[env]
+AFL_DRIVER_DONT_DEFER=1
diff --git a/vcl/workben/xlsxfuzzer.options b/vcl/workben/xlsxfuzzer.options
index e8c2b812b01d..db9a3e8c64ba 100644
--- a/vcl/workben/xlsxfuzzer.options
+++ b/vcl/workben/xlsxfuzzer.options
@@ -1,2 +1,4 @@
 [libfuzzer]
 max_len = 98304
+[env]
+AFL_DRIVER_DONT_DEFER=1


More information about the Libreoffice-commits mailing list