[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Tue Mar 6 14:17:55 UTC 2018
vcl/source/filter/jpeg/jpegc.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 12278d018d7a0ad92f219c1040d3c135fd166638
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Mar 6 09:53:37 2018 +0000
ofz: timeout, reduce warning limit further
Change-Id: I9c8fd5ec55c446e4deb6feee800dd4a09fbea75f
Reviewed-on: https://gerrit.libreoffice.org/50811
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx
index 5b36ba3f1e7c..228de495f01a 100644
--- a/vcl/source/filter/jpeg/jpegc.cxx
+++ b/vcl/source/filter/jpeg/jpegc.cxx
@@ -72,7 +72,7 @@ extern "C" void outputMessage (j_common_ptr cinfo)
static int GetWarningLimit()
{
- return utl::ConfigManager::IsFuzzing() ? 10 : 1000;
+ return utl::ConfigManager::IsFuzzing() ? 5 : 1000;
}
extern "C" void emitMessage (j_common_ptr cinfo, int msg_level)
More information about the Libreoffice-commits
mailing list