]> granicus.if.org Git - php/commitdiff
r319456 also fixed the OCI8 part of #55301 (multiple null pointer)
authorChristopher Jones <sixd@php.net>
Fri, 18 Nov 2011 18:14:15 +0000 (18:14 +0000)
committerChristopher Jones <sixd@php.net>
Fri, 18 Nov 2011 18:14:15 +0000 (18:14 +0000)
ext/oci8/package.xml

index e699ad2efa05dba1d1480ce08a762ed0f8159938..d3a912832f49f674a46ce59c17eaf1df6355ddbe 100644 (file)
@@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <active>no</active>
  </lead>
 
- <date>2011-11-08</date>
+ <date>2011-11-18</date>
  <time>12:00:00</time>
 
  <version>
@@ -47,7 +47,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
  <license uri="http://www.php.net/license">PHP</license>
  <notes>
   Fixed bug #59985 (show normal warning text for OCI_NO_DATA)
-  Fixed OCI8 part of bug #55748 (CVE-2011-4153: multiple NULL Pointer Dereference with zend_strndup)
+  Fixed OCI8 part of bug #55748 (CVE-2011-4153: multiple NULL pointer dereferences with zend_strndup)
+  Fixed OCI8 part of bug #55301 (multiple null pointer dereferences with calloc)
   Increased maximum Oracle error message buffer length for new Oracle 11.2.0.3 size
   Improve internal initalization failure error messages
  </notes>