vcl/source/outdev/textline.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 964486f514049de4dd77edbec3c090f5e84a3979 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Feb 3 17:23:56 2023 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Feb 4 17:00:28 2023 +0000 ofz#55620 Timeout Change-Id: I3d18e67a39523e508475b5f8586d92373be4f8b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146552 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 8a19f9dcbb8e..2aebffb4c8b2 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 > 10000000) + if (bFuzzing && nWidth > 1000000) { SAL_WARN("vcl.gdi", "drawLine, skipping suspicious WaveTextLine of length: " << nWidth << " for fuzzing performance");