vcl/workben/commonfuzzer.hxx | 1 + 1 file changed, 1 insertion(+) New commits: commit d4ea5708a83ca5b087ae196e4599aa98e606e9ca Author: Caolán McNamara <caol...@redhat.com> Date: Tue Feb 28 16:56:04 2017 +0000
don't check for printers during fuzzing Change-Id: Id52d5dc425b6e3319879c1802f6c1fc51c1dd4f3 diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx index bafaaee..ea8c342 100644 --- a/vcl/workben/commonfuzzer.hxx +++ b/vcl/workben/commonfuzzer.hxx @@ -72,6 +72,7 @@ extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) setenv("SAL_USE_VCLPLUGIN", "svp", 1); setenv("SAL_WMF_COMPLEXCLIP_VIA_REGION", "1", 1); + setenv("SAL_DISABLE_PRINTERLIST", "1", 1); osl_setCommandArgs(*argc, *argv);
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits