[jira] [Created] (XERCESC-2223) SAX2XMLReaderImpl::error(): potential memory leak
"Even Rouault (Jira)" <[email protected]>
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <[email protected]> |
Even Rouault created XERCESC-2223:
-------------------------------------
Summary: SAX2XMLReaderImpl::error(): potential memory leak
Key: XERCESC-2223
URL: https://issues.apache.org/jira/browse/XERCESC-2223
Project: Xerces-C++
Issue Type: Bug
Reporter: Even Rouault
SAX2XMLReaderImpl::error() uses the regular memory manager to create the SAXParseException. It might fail to fully initialize the object, and potentially throw an exception when building it, causing it to leak a bit.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)