Changes: Document fix to issue #17

This commit is contained in:
Sebastian Pipping 2017-04-26 19:05:08 +02:00
parent 9503581d20
commit d1709a6c43

View File

@ -5,6 +5,10 @@ Release ??????????
longer tag names
#3 Fix double free after malloc failure in DTD code
https://github.com/libexpat/libexpat/issues/3
#17 Fix memory leak on parser error for unbound XML attribute
prefix with new namespaces defined in the same tag;
found by Google's OSS-Fuzz
https://github.com/libexpat/libexpat/issues/17
Other changes:
#538 Start using -fno-strict-aliasing