mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 12:04:38 +08:00
Data not initialised.
Notified by Gerardo Ganis <gerardo.ganis@cern.ch>
This commit is contained in:
parent
0ed6b52687
commit
f8ea4757cc
@ -90,6 +90,7 @@ UI *UI_new_method(const UI_METHOD *method)
|
||||
|
||||
ret->strings=NULL;
|
||||
ret->user_data=NULL;
|
||||
ret->flags=0;
|
||||
CRYPTO_new_ex_data(CRYPTO_EX_INDEX_UI, ret, &ret->ex_data);
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user