common/Unit.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d8e6fa411cf4e1e14665456ec172a1837a43a4a9
Author: Miklos Vajna <[email protected]>
AuthorDate: Thu Feb 20 15:31:19 2020 +0100
Commit: Miklos Vajna <[email protected]>
CommitDate: Thu Feb 20 18:03:10 2020 +0100
fuzzer: fix this up so it works again
After fixing this single assertion failure, the
./loolwsd_fuzzer --config-file=loolwsd.xml
--o:storage.filesystem[@allow]=true --o:logging.level=fatal
invocation works. (It does not really fuzz anything, but it's a single
unpriviliged process at least.)
Change-Id: I45f877e5eb023e3ddfc96a7373c6300e4bb77962
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/89115
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Miklos Vajna <[email protected]>
diff --git a/common/Unit.hpp b/common/Unit.hpp
index c403100c2..3e75f8b24 100644
--- a/common/Unit.hpp
+++ b/common/Unit.hpp
@@ -270,7 +270,7 @@ public:
static UnitKit& get()
{
assert(Global);
-#if !MOBILEAPP
+#if !MOBILEAPP && !defined(KIT_IN_PROCESS)
assert(Global->_type == UnitType::Kit);
#endif
return *static_cast<UnitKit *>(Global);
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits