[Libreoffice-commits] core.git: vcl/workben
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sun Sep 5 13:54:52 UTC 2021
vcl/workben/commonfuzzer.hxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 094117fc686e7b5cf05191079f2195155fc3513e
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Sep 5 10:50:58 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Sep 5 15:54:18 2021 +0200
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 at redhat.com>
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;
More information about the Libreoffice-commits
mailing list