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>
This commit is contained in:
Caolán McNamara
2021-08-18 10:26:08 +01:00
parent 95f1e32a33
commit 2da60bb46a

View File

@@ -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)
{