mxml/ANNOUNCEMENT

18 lines
745 B
Plaintext
Raw Normal View History

2016-06-13 01:07:49 +00:00
Mini-XML 2.10 is now available for download from:
2004-06-25 18:57:32 +00:00
2014-01-04 21:50:06 +00:00
http://www.msweet.org/downloads.php/Mini-XML
2004-05-21 02:59:52 +00:00
2016-06-13 01:07:49 +00:00
Mini-XML 2.10 fixes some stack overflow, XML, and API issues. Changes include:
2016-06-13 01:07:49 +00:00
- The version number in mxml.h was wrong (Bug #532)
- The mxml.spec file was out of date (Bug #521)
- Mini-XML no longer allows malformed element names (Bug #509)
- mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when
MXML_TEXT_CALLBACK was specified (Bug #531)
- mxmlDelete used a recursive algorithm which could require large amounts of
stack space depending on the file (Bug #549, CVE-2016-4570)
- mxmlWrite* used a recursive algorithm which could require large amounts of
stack space depending on the file (Bug #549, CVE-2016-4571)
Enjoy!