sixd Fri, 18 Nov 2011 18:14:15 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=319498
Log: r319456 also fixed the OCI8 part of #55301 (multiple null pointer) Bug: https://bugs.php.net/55301 (Open) multiple null pointer Changed paths: U php/php-src/branches/PHP_5_3/ext/oci8/package.xml U php/php-src/branches/PHP_5_4/ext/oci8/package.xml U php/php-src/trunk/ext/oci8/package.xml Modified: php/php-src/branches/PHP_5_3/ext/oci8/package.xml =================================================================== --- php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2011-11-18 17:48:48 UTC (rev 319497) +++ php/php-src/branches/PHP_5_3/ext/oci8/package.xml 2011-11-18 18:14:15 UTC (rev 319498) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-11-08</date> + <date>2011-11-18</date> <time>12:00:00</time> <version> @@ -47,7 +47,8 @@ <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> Modified: php/php-src/branches/PHP_5_4/ext/oci8/package.xml =================================================================== --- php/php-src/branches/PHP_5_4/ext/oci8/package.xml 2011-11-18 17:48:48 UTC (rev 319497) +++ php/php-src/branches/PHP_5_4/ext/oci8/package.xml 2011-11-18 18:14:15 UTC (rev 319498) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-11-08</date> + <date>2011-11-18</date> <time>12:00:00</time> <version> @@ -47,7 +47,8 @@ <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> Modified: php/php-src/trunk/ext/oci8/package.xml =================================================================== --- php/php-src/trunk/ext/oci8/package.xml 2011-11-18 17:48:48 UTC (rev 319497) +++ php/php-src/trunk/ext/oci8/package.xml 2011-11-18 18:14:15 UTC (rev 319498) @@ -33,7 +33,7 @@ <active>no</active> </lead> - <date>2011-11-08</date> + <date>2011-11-18</date> <time>12:00:00</time> <version> @@ -47,7 +47,8 @@ <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>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
