(xerces-c) branch xerces-3.2 updated (cfd2a1c8f -> 5dbead100)
[email protected] Wed, 13 Dec 2023 08:40:32 +0000
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <170245683209.2718295.15223965180685260164@gitbox2-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
borisk pushed a change to branch xerces-3.2
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
from cfd2a1c8f XERCESC-2163 - XercesMessages_en_US.cat is installed to wrong directory
new 0fea598e4 Reorder inline function definitions to help with MinGW GCC symbol exporting
new a032d8c22 Fix comments to make all source code valid UTF-8
new 12eecd6b9 Fix NetAccessorTest to exit with non-zero status in case of error
new 20bce7b07 Omit unnecessary getenv() call if DTD is disabled programmatically
new e00242675 XERCESC-2188 - Use-after-free on external DTD scan (CVE-2018-1311)
new 5dbead100 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 | 8 +-
16 files changed, 364 insertions(+), 104 deletions(-)