vcl/source/outdev/textline.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c0cf5df84dfa5363410898d433c01dfd511aee5d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun Mar 5 20:03:26 2023 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Sun Mar 5 21:18:23 2023 +0000

    ofz#56551 Timeout
    
    Change-Id: I491ef30362a56bf954233c3bc1e58549f9d2d5f2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148286
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/source/outdev/textline.cxx b/vcl/source/outdev/textline.cxx
index 03f6019dc2b3..4481ca8011c3 100644
--- a/vcl/source/outdev/textline.cxx
+++ b/vcl/source/outdev/textline.cxx
@@ -277,7 +277,7 @@ void OutputDevice::ImplDrawWaveTextLine( tools::Long 
nBaseX, tools::Long nBaseY,
                                          bool bIsAbove )
 {
     static bool bFuzzing = utl::ConfigManager::IsFuzzing();
-    if (bFuzzing && nWidth > 1000000)
+    if (bFuzzing && nWidth > 100000)
     {
         SAL_WARN("vcl.gdi", "drawLine, skipping suspicious WaveTextLine of 
length: "
                                 << nWidth << " for fuzzing performance");

Reply via email to