Parent Directory | Revision Log | Revision Graph
* 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 | slords | 1.2 | |
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 |