]> granicus.if.org Git - libexpat/commitdiff
Changes: Document fix to issue #17
authorSebastian Pipping <sebastian@pipping.org>
Wed, 26 Apr 2017 17:05:08 +0000 (19:05 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 26 Apr 2017 17:08:46 +0000 (19:08 +0200)
expat/Changes

index be8fee12f3400523b5c27926cd76547543c9d118..100fa02feb030d84959daef379dec6f14bcf4bf6 100644 (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