Patch 61413.diff for OpenSSL related Bug #61413
Patch version 2012-03-16 11:07 UTC
Return to Bug #61413 |
Download this patch
Patch Revisions:
Developer: ab@php.net
Index: ext/openssl/openssl.c
===================================================================
--- ext/openssl/openssl.c (Revision 324268)
+++ ext/openssl/openssl.c (Arbeitskopie)
@@ -4677,7 +4677,7 @@
int data_len, method_len, password_len, iv_len = 0, max_iv_len;
const EVP_CIPHER *cipher_type;
EVP_CIPHER_CTX cipher_ctx;
- int i, outlen, keylen;
+ int i = 0, outlen, keylen;
unsigned char *outbuf, *key;
zend_bool free_iv;
|