]> granicus.if.org Git - libexpat/commitdiff
Mention issue #502 in 2.1.1 change log
authorSebastian Pipping <sebastian@pipping.org>
Sat, 12 Mar 2016 01:57:41 +0000 (02:57 +0100)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 12 Mar 2016 01:57:41 +0000 (02:57 +0100)
expat/Changes
htdocs/index.html

index c3c8055f4313d6f07fc73a88f41685830c3cfbcf..3da916c014fb9bf99f03d22045045938a4004bd0 100644 (file)
@@ -3,6 +3,7 @@ Release 2.1.1 TODO_FILL_DATE
             #582: CVE-2015-1283 - Multiple integer overflows in XML_GetBuffer
 
         Bug fixes:
+            #502: Fix potential null pointer dereference
             #520: Symbol XML_SetHashSalt was not exported
             Output of "xmlwf -h" was incomplete
 
index 99fc5fcd8d0c45a431829a8e31af618be750a973..a6a019b52e04da4fc6e5c182c8e667a7dd9b3444 100644 (file)
@@ -64,6 +64,8 @@ of Expat.</p>
     </ul>
     <h4>Bug fixes</h4>
     <ul>
+      <li>Fix potential null pointer dereference
+      (<a href="https://sourceforge.net/p/expat/bugs/520/">bug 502</a>)</li>
       <li>Symbol <code>XML_SetHashSalt</code> was not exported
       (<a href="https://sourceforge.net/p/expat/bugs/520/">bug 520</a>)</li>
       <li>Output of <code>xmlwf -h</code> was incomplete</li>