diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-03 15:46:52 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-03 17:11:07 +0100 |
commit | cc75888c9e4cd09476287a8489c99fbf073feddb (patch) | |
tree | 0b40e25b3cac38bdfd50cf14f171d9373587ae08 /idl | |
parent | 963264a417ce807201f0021fc6000ce7d6cf0245 (diff) |
xmlsecurity OOXML export: don't attempt to sign other signatures
For one, MSO doesn't do that either by default.
For another, this would currently result in a io::IOException, because:
- the root storage is opened read-write, to be able to add the signature
- then _xmlsignatures/newsig is opened read-write to be able to write
the signature
- opening _xmlsignatures/something as read-only still opens the
_xmlsignatures storage as read-write -> boom, we tried to open the
same sub-storage read-write two times, OStorage::openStorageElement()
detects that
Change-Id: I2b90dc044bcfb835df4f19a339a0447e69f42975
Diffstat (limited to 'idl')
0 files changed, 0 insertions, 0 deletions