sw/source/filter/ww8/ww8par.cxx |    3 ---
 vcl/workben/ww2fuzzer.options   |    2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

New commits:
commit f6fd656c72027adb1459ca4f10f284f314c7562b
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Fri Jul 26 10:39:48 2024 +0100
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Fri Jul 26 16:41:22 2024 +0200

    ofz: ww2 "ClusterFuzz Unreproducible" reset
    
    so reenable this and bump up min fuzz length
    
    Change-Id: Ic493e1a55899761f6bc88dc7f4b598a82dd00411
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171067
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index 5c2a31db24f8..b752e5c31316 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -6383,9 +6383,6 @@ extern "C" SAL_DLLPUBLIC_EXPORT bool 
TestImportWW6(SvStream &rStream)
 
 extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportWW2(SvStream &rStream)
 {
-    // Temp bodge to reset oss-fuzz
-    if (rStream.remainingSize() > 256)
-        return true;
     return TestImportDOC(rStream, u"WW6"_ustr);
 }
 
diff --git a/vcl/workben/ww2fuzzer.options b/vcl/workben/ww2fuzzer.options
index a38c2fe331f7..9fda93fcb340 100644
--- a/vcl/workben/ww2fuzzer.options
+++ b/vcl/workben/ww2fuzzer.options
@@ -1,2 +1,2 @@
 [libfuzzer]
-max_len = 256
+max_len = 4096

Reply via email to