Skip to content

Commit afa7816

Browse files
committed
Compiler couldn't tell that isn't really uninitialized
1 parent 7ba105f commit afa7816

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/openssl/openssl_backend_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void php_openssl_add_assoc_name_entry(zval * val, char * key, X509_NAME * name,
4444
zval *data;
4545
zval subitem, tmp;
4646
int i;
47-
char *sname;
47+
char *sname = NULL;
4848
char oname[1024];
4949
int nid;
5050
X509_NAME_ENTRY * ne;

0 commit comments

Comments
 (0)