summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-07-15 20:22:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-07-16 16:02:46 +0200
commit93c3453ec3ba2cc422d4a8f8824be2e689765b1a (patch)
tree2644af38954792f1b43a756c37270875149aaa04
parent6d361c58b86c6eafd916f066ddff95bc3bb1212c (diff)
cid#1448421 unsafe_xml_parse_config
Change-Id: I12cdec90f5ca989767a769dfc1dbebf73fae696c Reviewed-on: https://gerrit.libreoffice.org/75688 Reviewed-by: Michael Stahl <Michael.Stahl@cib.de> Tested-by: Jenkins
-rw-r--r--xmlsecurity/source/xmlsec/saxhelper.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/source/xmlsec/saxhelper.cxx b/xmlsecurity/source/xmlsec/saxhelper.cxx
index d9e71226a7b8..1410eb5b0874 100644
--- a/xmlsecurity/source/xmlsec/saxhelper.cxx
+++ b/xmlsecurity/source/xmlsec/saxhelper.cxx
@@ -118,7 +118,7 @@ SAXHelper::SAXHelper( )
* compile error:
* xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS ;
*/
- xmlSubstituteEntitiesDefault( 1 ) ;
+ xmlSubstituteEntitiesDefault(0) ;
#ifndef XMLSEC_NO_XSLT
xmlIndentTreeOutput = 1 ;