improved error checking and some fixes
PR: 1170 Submitted by: Yair Elharrar Reviewed and edited by: Nils Larsch
This commit is contained in:
@@ -620,8 +620,10 @@ UI_METHOD *UI_create_method(char *name)
|
||||
UI_METHOD *ui_method = (UI_METHOD *)OPENSSL_malloc(sizeof(UI_METHOD));
|
||||
|
||||
if (ui_method)
|
||||
{
|
||||
memset(ui_method, 0, sizeof(*ui_method));
|
||||
ui_method->name = BUF_strdup(name);
|
||||
ui_method->name = BUF_strdup(name);
|
||||
}
|
||||
return ui_method;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user