| commit | b2467d6c7af988f8ed4e090ebf9472be6c84fb06 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Tue May 17 20:27:39 2022 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Wed May 18 00:12:32 2022 +0200 |
| tree | 19de4eb115b69bb34239fb745992d0eac4a6b307 | |
| parent | 35d1c2e3906a64e54f25539bf229959203ac6526 [diff] |
ofz#46060 Timeout Change-Id: I157c8e12ffd33f320b1b21232afd74c83891f915 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134492 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/gdi/region.cxx b/vcl/source/gdi/region.cxx index 1f947f9..576ae0e 100644 --- a/vcl/source/gdi/region.cxx +++ b/vcl/source/gdi/region.cxx
@@ -989,7 +989,7 @@ void vcl::Region::Intersect( const vcl::Region& rRegion ) return; } static size_t gPointLimit = !utl::ConfigManager::IsFuzzing() ? SAL_MAX_SIZE : SAL_MAX_INT16; static size_t gPointLimit = !utl::ConfigManager::IsFuzzing() ? SAL_MAX_SIZE : 8192; size_t nPointLimit(gPointLimit); const basegfx::B2DPolyPolygon aClip( basegfx::utils::clipPolyPolygonOnPolyPolygon(