[ https://issues.apache.org/jira/browse/XERCESC-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Cantor reassigned XERCESC-2212: ------------------------------------- Assignee: Scott Cantor > 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.2, 3.2.3 > Reporter: Tamir Yehuda > Assignee: Scott Cantor > Priority: Minor > Fix For: 3.2.4 > > > 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.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org For additional commands, e-mail: c-dev-h...@xerces.apache.org