From: Sebastian Pipping Date: Wed, 26 Apr 2017 17:05:08 +0000 (+0200) Subject: Changes: Document fix to issue #17 X-Git-Tag: R_2_2_1~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1709a6c4331aa08093f8fa19d91141685da537c;p=libexpat Changes: Document fix to issue #17 --- diff --git a/expat/Changes b/expat/Changes index be8fee12..100fa02f 100644 --- a/expat/Changes +++ b/expat/Changes @@ -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