summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-08-18 10:26:08 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-08-18 22:32:18 +0200
commit2da60bb46a93a8d68111e1f18b31e8e6ddc6cc2c (patch)
tree9995dee3cdc011d72502bbb5385fa4358e7a3bc8 /unotools
parent95f1e32a3300364a250b097b357345cfafe76d2a (diff)
ofz#36713 Indirect-leak
Change-Id: I665d7eb66f04fd78b6345f22d5f5724e5778a211 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120653 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'unotools')
-rw-r--r--unotools/source/config/securityoptions.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/unotools/source/config/securityoptions.cxx b/unotools/source/config/securityoptions.cxx
index cec3642fa37a..cd41f92a0eac 100644
--- a/unotools/source/config/securityoptions.cxx
+++ b/unotools/source/config/securityoptions.cxx
@@ -263,6 +263,8 @@ void SetTrustedAuthors( const std::vector< Certificate >& rAuthors )
bool IsOptionSet( EOption eOption )
{
+ if (utl::ConfigManager::IsFuzzing())
+ return false;
bool bSet = false;
switch(eOption)
{