summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-09-05 10:50:58 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-09-05 15:54:18 +0200
commit094117fc686e7b5cf05191079f2195155fc3513e (patch)
treebae0745f9aaa9bd4ddfc5b6a4d1f6fbc31127b4a /vcl
parentdbae39115963f63be1befe407ff9ed8c1c4a9b62 (diff)
ofz: fods timeout, set SAX_DISABLE_THREADS
sax/source/fastparser/fastparser.cxx:857 rEntity.maConsumeResume.wait() seen in timeout backtrace Change-Id: Ic1ab15e06dc5ac776101715026a334957bb8e868 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121686 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-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;