r319456 also fixed the OCI8 part of #55301 (multiple null pointer)

This commit is contained in:
Christopher Jones 2011-11-18 18:14:15 +00:00
parent f7278c161f
commit 57de041b14

View 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>