/[smeserver]/rpms/php/sme8/php-5.3.3-CVE-2011-1468.patch
ViewVC logotype

Contents of /rpms/php/sme8/php-5.3.3-CVE-2011-1468.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Nov 3 22:54:19 2011 UTC (12 years, 6 months ago) by slords
Branch: MAIN
CVS Tags: php-5_3_3-15_el5_sme, php-5_3_3-16_el5_sme, php-5_3_3-14_el5_sme, php-5_3_3-1_el5_sme_6, php-5_3_3-13_el5_sme_1, php-5_3_3-1_el5_sme_3, php-5_3_3-13_el5_sme_2, php-5_3_3-17_el5_sme, php-5_3_3-13_el5_sme, HEAD
Changes since 1.1: +24 -0 lines
* Thu Nov 2 2011 Shad L. Lords <slords@mail.com> - 5.3.3-1.3.sme
- Obsolete php-domxml and php-dom [SME: 6733]
- Update Obsoletes and Conflicts [SME: 6436]

1
2 https://bugzilla.redhat.com/show_bug.cgi?id=690899
3
4 http://svn.php.net/viewvc/?view=revision&amp;revision=308531
5 http://svn.php.net/viewvc?view=revision&revision=308534
6
7 --- php-5.3.3/ext/openssl/openssl.c.cve1468
8 +++ php-5.3.3/ext/openssl/openssl.c
9 @@ -4697,6 +4697,7 @@ PHP_FUNCTION(openssl_encrypt)
10 if (free_iv) {
11 efree(iv);
12 }
13 + EVP_CIPHER_CTX_cleanup(&cipher_ctx);
14 }
15 /* }}} */
16
17 @@ -4770,6 +4771,7 @@ PHP_FUNCTION(openssl_decrypt)
18 if (base64_str) {
19 efree(base64_str);
20 }
21 + EVP_CIPHER_CTX_cleanup(&cipher_ctx);
22 }
23 /* }}} */
24

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed