diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-26 08:53:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-26 12:38:07 +0200 |
commit | 3a0eb373f092cb53cce516bc09438f6e57bce158 (patch) | |
tree | a5a179edfc4a482809b269484cde1295e878a7a7 /sax | |
parent | 8922c6195ebdaaf7e560f203a8b1caf6c2ce6ae7 (diff) |
cid#1448394 try silence unsafe_xml_parse_config
Change-Id: I7dd015a497ffe8b953652f22aa8bbb35e0788efd
Reviewed-on: https://gerrit.libreoffice.org/76356
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sax')
-rw-r--r-- | sax/source/fastparser/fastparser.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/source/fastparser/fastparser.cxx b/sax/source/fastparser/fastparser.cxx index 6114cbc469d1..67f0f23b7bea 100644 --- a/sax/source/fastparser/fastparser.cxx +++ b/sax/source/fastparser/fastparser.cxx @@ -1055,7 +1055,7 @@ void FastSaxParserImpl::parse() throw SAXException("Couldn't create parser", Reference< XInterface >(), Any() ); // Tell libxml2 parser to decode entities in attribute values. - // coverity[unsafe-xml-parse-config] - entity support is required + // coverity[unsafe_xml_parse_config] - entity support is required xmlCtxtUseOptions(rEntity.mpParser, XML_PARSE_NOENT); } else |