Skip to content

Commit deec979

Browse files
committed
Compiler couldn't tell that isn't really uninitialized
1 parent 0a04d6c commit deec979

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
@@ -46,7 +46,7 @@ void php_openssl_add_assoc_name_entry(zval * val, char * key, X509_NAME * name,
4646
zval *data;
4747
zval subitem, tmp;
4848
int i;
49-
char *sname;
49+
char *sname = NULL;
5050
char oname[1024];
5151
int nid;
5252
X509_NAME_ENTRY * ne;

0 commit comments

Comments
 (0)