ANNOUNCEMENT 745 B

1234567891011121314151617
  1. Mini-XML 2.10 is now available for download from:
  2. http://www.msweet.org/downloads.php/Mini-XML
  3. Mini-XML 2.10 fixes some stack overflow, XML, and API issues. Changes include:
  4. - The version number in mxml.h was wrong (Bug #532)
  5. - The mxml.spec file was out of date (Bug #521)
  6. - Mini-XML no longer allows malformed element names (Bug #509)
  7. - mxmlLoad* and mxmlSAXLoad* did not properly create text nodes when
  8. MXML_TEXT_CALLBACK was specified (Bug #531)
  9. - mxmlDelete used a recursive algorithm which could require large amounts of
  10. stack space depending on the file (Bug #549, CVE-2016-4570)
  11. - mxmlWrite* used a recursive algorithm which could require large amounts of
  12. stack space depending on the file (Bug #549, CVE-2016-4571)
  13. Enjoy!