]> granicus.if.org Git - libexpat/commitdiff
Changes: Improve 2.2.2 security notes
authorSebastian Pipping <sebastian@pipping.org>
Wed, 12 Jul 2017 20:51:25 +0000 (22:51 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Wed, 12 Jul 2017 21:00:19 +0000 (23:00 +0200)
expat/Changes

index 03cd374768ee7331209729ca962a501a8963d607..9fb36dda37cfad701d34412a5eefd4947656bbbc 100644 (file)
@@ -4,6 +4,9 @@ NOTE: We are looking for help with a few things:
 
 Release 2.2.2 Wed July 12 2017
         Security fixes:
+             #43  Protect against compilation without any source of high
+                    quality entropy enabled, e.g. with CMake build system;
+                    commit ff0207e6076e9828e536b8d9cd45c9c92069b895
              #60  Windows with _UNICODE:
                     Unintended use of LoadLibraryW with a non-wide string
                     resulted in failure to load advapi32.dll and degradation
@@ -14,10 +17,8 @@ Release 2.2.2 Wed July 12 2017
                     * 95b95032f907ef1cd17ee7a9a1768010a825d61d
                     * 73a5a2e9c081f49f2d775cf7ced864158b68dc80
    [MOX-006]      Fix non-NULL parser parameter validation in XML_Parse;
+                    resulted in NULL dereference, previously;
                     commit ac256dafdffc9622ab0dc2c62fcecb0dfcfa71fe
-             #43  Protect against compilation without any source of high
-                    quality entropy enabled, e.g. with CMake; commit
-                    ff0207e6076e9828e536b8d9cd45c9c92069b895
 
         Bug fixes:
              #69  Fix improper use of unsigned long long integer literals