This is an automated email from the ASF dual-hosted git repository.

borisk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/xerces-c.git


    from 08f809cd2 XERCESC-2163 - XercesMessages_en_US.cat is installed to 
wrong directory
     new 56656c9b4 Reorder inline function definitions to help with MinGW GCC 
symbol exporting
     new 3c4b17ee8 Fix comments to make all source code valid UTF-8
     new 0f5dcca04 Fix NetAccessorTest to exit with non-zero status in case of 
error
     new 5b31900ee Omit unnecessary getenv() call if DTD is disabled 
programmatically
     new b38ab79e9 XERCESC-2188 - Use-after-free on external DTD scan 
(CVE-2018-1311)
     new 5fe4f4b5a Add functions/properties for disallowing DOCTYPE (DTD) in 
SAX parsers

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/xercesc/internal/DGXMLScanner.cpp            |   6 +-
 src/xercesc/internal/IGXMLScanner.cpp            |   6 +-
 src/xercesc/internal/ReaderMgr.cpp               | 207 ++++++++++++++++-------
 src/xercesc/internal/ReaderMgr.hpp               |  92 ++++++++--
 src/xercesc/internal/XMLScanner.cpp              |   6 +-
 src/xercesc/parsers/AbstractDOMParser.cpp        |  10 ++
 src/xercesc/parsers/AbstractDOMParser.hpp        |  33 ++++
 src/xercesc/parsers/SAX2XMLReaderImpl.cpp        |   6 +
 src/xercesc/parsers/SAXParser.cpp                |  10 ++
 src/xercesc/parsers/SAXParser.hpp                |  33 ++++
 src/xercesc/util/KVStringPair.hpp                |  20 +--
 src/xercesc/util/XMLFloat.cpp                    |   2 +-
 src/xercesc/util/XMLUni.cpp                      |  16 ++
 src/xercesc/util/XMLUni.hpp                      |   1 +
 src/xercesc/validators/schema/TraverseSchema.cpp |  12 +-
 tests/src/NetAccessorTest/NetAccessorTest.cpp    |   6 +-
 16 files changed, 363 insertions(+), 103 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to