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

Annotation 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.1.2.1 - (hide annotations) (download)
Thu Nov 3 22:49:53 2011 UTC (12 years, 7 months ago) by slords
Branch: redhat-upstream
CVS Tags: php-5_3_3-1_el5_7_3, php-5_3_3-13_el5_9_1, php-5_3_3-1_el5_7_6, php-5_3_3-13_el6
Changes since 1.1: +24 -0 lines
Upstream renamed

1 slords 1.1.2.1
2     https://bugzilla.redhat.com/show_bug.cgi?id=690899
3    
4     http://svn.php.net/viewvc/?view=revision&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