mirror of
https://github.com/openssh/libopenssh
synced 2026-04-16 01:35:52 +00:00
remove sshbuf_reset() made redundant by RO buffer code
This commit is contained in:
committed by
Markus Friedl
parent
b305993cea
commit
fa6c75e284
@@ -549,7 +549,6 @@ parse_option_list(const struct sshbuf *oblob, struct passwd *pw,
|
||||
"(extra data)", name);
|
||||
goto out;
|
||||
}
|
||||
sshbuf_reset(data);
|
||||
xfree(name);
|
||||
name = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user