legacy: Fix possible segfault with publickey_from_file().
This function is obsolete.
Этот коммит содержится в:
родитель
f61269a2ef
Коммит
3622ac83f6
@ -487,7 +487,9 @@ ssh_string publickey_from_file(ssh_session session, const char *filename,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
*type = key->type;
|
||||
if (type) {
|
||||
*type = key->type;
|
||||
}
|
||||
ssh_key_free(key);
|
||||
|
||||
return key_str;
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user