vcl/source/outdev/textline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 831ccb770f318a4be039431b14ce0cd247174e44 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Tue May 2 15:41:36 2023 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Tue May 2 20:21:53 2023 +0200 ofz#57493 Timeout Change-Id: I2a61016c771012f23415e753ca91bf254584131a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151293 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 77d77a9349fb..d539f4fc77ca 100644 --- a/vcl/source/outdev/textline.cxx +++ b/vcl/source/outdev/textline.cxx @@ -353,7 +353,7 @@ void OutputDevice::ImplDrawStraightTextLine( tools::Long nBaseX, tools::Long nBa bool bIsAbove ) { static bool bFuzzing = utl::ConfigManager::IsFuzzing(); - if (bFuzzing && nWidth > 1000000) + if (bFuzzing && nWidth > 100000) { SAL_WARN("vcl.gdi", "drawLine, skipping suspicious TextLine of length: " << nWidth << " for fuzzing performance");