sc/source/filter/excel/excel.cxx |    4 ----
 vcl/workben/scrtffuzzer.options  |    2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

New commits:
commit 2e2581ec85512be2e7df7a81960ac6106676fa72
Author:     Caolán McNamara <[email protected]>
AuthorDate: Mon Jul 29 08:36:13 2024 +0100
Commit:     Caolán McNamara <[email protected]>
CommitDate: Mon Jul 29 12:29:40 2024 +0200

    ofz: sc-rtf "ClusterFuzz Unreproducible" reset
    
    so reenable this and bump up min fuzz length
    
    Change-Id: Ia5a8c725aa827c18f68c46077fae020831608395
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171177
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/sc/source/filter/excel/excel.cxx b/sc/source/filter/excel/excel.cxx
index cdc4558e53ee..1bd34e27e43d 100644
--- a/sc/source/filter/excel/excel.cxx
+++ b/sc/source/filter/excel/excel.cxx
@@ -428,10 +428,6 @@ ErrCode ScFormatFilterPluginImpl::ScExportExcel5( 
SfxMedium& rMedium, ScDocument
 
 extern "C" SAL_DLLPUBLIC_EXPORT bool TestImportCalcRTF(SvStream &rStream)
 {
-    // Temp bodge to reset oss-fuzz
-    if (rStream.remainingSize() > 256)
-        return true;
-
     ScDLL::Init();
     ScDocument aDocument;
     ScDocOptions aDocOpt = aDocument.GetDocOptions();
diff --git a/vcl/workben/scrtffuzzer.options b/vcl/workben/scrtffuzzer.options
index cf3073dff0d2..9fda93fcb340 100644
--- a/vcl/workben/scrtffuzzer.options
+++ b/vcl/workben/scrtffuzzer.options
@@ -1,2 +1,2 @@
 [libfuzzer]
-max_len = 255
+max_len = 4096

Reply via email to