vcl/source/filter/jpeg/jpegc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f258dee15655b794596c11dcb901ada6f159881f Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Aug 14 16:59:25 2022 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Aug 14 19:00:08 2022 +0200 ofz#49949 Timeout Change-Id: I44ebfc50579cbcf6482fbb445c08b31961750467 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138254 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx index f926afa05680..f687baed419a 100644 --- a/vcl/source/filter/jpeg/jpegc.cxx +++ b/vcl/source/filter/jpeg/jpegc.cxx @@ -80,7 +80,7 @@ static void outputMessage (j_common_ptr cinfo) static int GetWarningLimit() { - return utl::ConfigManager::IsFuzzing() ? 5 : 1000; + return utl::ConfigManager::IsFuzzing() ? 3 : 1000; } extern "C" {