summaryrefslogtreecommitdiff
path: root/sax
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-26 08:53:15 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-26 12:38:07 +0200
commit3a0eb373f092cb53cce516bc09438f6e57bce158 (patch)
treea5a179edfc4a482809b269484cde1295e878a7a7 /sax
parent8922c6195ebdaaf7e560f203a8b1caf6c2ce6ae7 (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.cxx2
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