summaryrefslogtreecommitdiff
path: root/vcl/workben/commonfuzzer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/workben/commonfuzzer.hxx')
-rw-r--r--vcl/workben/commonfuzzer.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/workben/commonfuzzer.hxx b/vcl/workben/commonfuzzer.hxx
index 977fb7cb501c..c9afd65552fe 100644
--- a/vcl/workben/commonfuzzer.hxx
+++ b/vcl/workben/commonfuzzer.hxx
@@ -95,6 +95,7 @@ void CommonInitialize(int *argc, char ***argv)
setenv("SAL_DISABLE_PRINTERLIST", "1", 1);
setenv("SAL_DISABLE_DEFAULTPRINTER", "1", 1);
setenv("SAL_NO_FONT_LOOKUP", "1", 1);
+ setenv("SAX_DISABLE_THREADS", "1", 1);
//allow bubbling of max input len to fuzzer targets
int nMaxLen = 0;