[jira] [Created] (XERCESC-2212) AbstractDOMParser::parse potentially throws undocumented OutOfMemoryException
"Tamir Yehuda (Jira)" <[email protected]>
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <[email protected]> |
Tamir Yehuda created XERCESC-2212:
-------------------------------------
Summary: AbstractDOMParser::parse potentially throws undocumented OutOfMemoryException
Key: XERCESC-2212
URL: https://issues.apache.org/jira/browse/XERCESC-2212
Project: Xerces-C++
Issue Type: Bug
Components: DOM
Affects Versions: 3.2.3, 3.2.2
Reporter: Tamir Yehuda
the code shows that
{code:java}
try
{
// ...
}
catch(const OutOfMemoryException&)
{
resetInProgress.release();
throw;
}
{code}
and the OutOfMemoryException could be thrown. However this is not shown in the documentation
--
This message was sent by Atlassian Jira
(v8.3.4#803005)