options: Fix a memory in ssh_options_copy() on error.
Этот коммит содержится в:
родитель
cddfe602cc
Коммит
213321d706
@ -112,6 +112,7 @@ int ssh_options_copy(ssh_session src, ssh_session *dest) {
|
||||
|
||||
rc = ssh_list_append(new->opts.identity, id);
|
||||
if (rc < 0) {
|
||||
free(id);
|
||||
ssh_free(new);
|
||||
return -1;
|
||||
}
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user