diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-03-11 20:23:31 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-03-12 15:29:47 +0100 |
commit | c0ec7d342bd715d9910cf28afe10a6bfa3ba28cb (patch) | |
tree | 58df965cf1f9e24656f365b8c7f13f70ed3a42d5 /xmlsecurity/source/helper | |
parent | 1af1458fa44c6ed9f73a68696f494657ef8e2bc5 (diff) |
do same set error state as ReadAndVerifySignature does
this function is nearly exactly the same as ReadAndVerifySignature
except it doesn't set error-state on exception during parse
Change-Id: Ife881f639a11d3185920ca62cc2cd22812fae36d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112366
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r-- | xmlsecurity/source/helper/xmlsignaturehelper.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx index d91a02ad8124..18ed40ce6ac5 100644 --- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx +++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx @@ -406,6 +406,7 @@ bool XMLSignatureHelper::ReadAndVerifySignatureStorageStream(const css::uno::Ref catch(const uno::Exception&) { DBG_UNHANDLED_EXCEPTION("xmlsecurity.helper"); + mbError = true; } // release the signature reader |