vcl/source/filter/jpeg/jpegc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6864b7d9b72d85cc7f8be19136708eaebae1bfe4 Author: Caolán McNamara <[email protected]> Date: Thu Feb 15 15:26:20 2018 +0000 for fuzzing, reduce allowed warnings again Change-Id: I60c388db280f8178a5a17354b1f68e7bea9560f6 Reviewed-on: https://gerrit.libreoffice.org/49828 Reviewed-by: Caolán McNamara <[email protected]> Tested-by: Caolán McNamara <[email protected]> diff --git a/vcl/source/filter/jpeg/jpegc.cxx b/vcl/source/filter/jpeg/jpegc.cxx index 8a8ea3707379..5b36ba3f1e7c 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() ? 100 : 1000; + return utl::ConfigManager::IsFuzzing() ? 10 : 1000; } extern "C" void emitMessage (j_common_ptr cinfo, int msg_level) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
