mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
initialize variable. this code still segfaults in OpenSSL, no idea why
This commit is contained in:
parent
edc961cc66
commit
a1f753c8e3
1 changed files with 1 additions and 1 deletions
|
@ -4445,7 +4445,7 @@ SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC) /* {{{
|
|||
EVP_PKEY *key = NULL;
|
||||
SSL *tmpssl;
|
||||
char resolved_path_buff[MAXPATHLEN];
|
||||
const char * private_key;
|
||||
const char * private_key = NULL;
|
||||
|
||||
if (VCWD_REALPATH(certfile, resolved_path_buff)) {
|
||||
/* a certificate to use for authentication */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue