[ expat-Bugs-916228 ] Crash when XML_DTD not defined
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.text.xml.expat.bugs |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #916228, was opened at 2004-03-14 19:39 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=916228&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Karl Waclawek (kwaclaw) Assigned to: Karl Waclawek (kwaclaw) Summary: Crash when XML_DTD not defined Initial Comment: Reported by Nicholas Hendricks: When XML_DTD is not defined, but an internal general entity is declared, Expat crashes in storeEntityValue, since the string pool "entityValuePool" is not initialized in this case. The solution is to remove the compile condition for initializing and finalizing entityValuePool. The attached file test1.xml causes the crash when using an instance of Expat compiled with XML_DTD undefined. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=916228&group_id=10127