From: Christopher Jones Date: Fri, 18 Nov 2011 18:14:15 +0000 (+0000) Subject: r319456 also fixed the OCI8 part of #55301 (multiple null pointer) X-Git-Tag: php-5.5.0alpha1~864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a7669f1b859e19f3aff054630fb3585b8821a14;p=php r319456 also fixed the OCI8 part of #55301 (multiple null pointer) --- diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index e699ad2efa..d3a912832f 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,7 +33,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> no - 2011-11-08 + 2011-11-18 @@ -47,7 +47,8 @@ http://pear.php.net/dtd/package-2.0.xsd"> PHP 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