Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
243d54ff
Commit
243d54ff
authored
Mar 18, 2002
by
Niels Möller
Browse files
(do_authenticate): Free username and
keyblob on failure. Rev: src/server_publickey.c:1.21
parent
52485902
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server_publickey.c
View file @
243d54ff
...
...
@@ -198,6 +198,9 @@ do_authenticate(struct userauth *s,
}
else
{
lsh_string_free
(
username
);
lsh_string_free
(
keyblob
);
werror
(
"Badly formatted publickey authentication request
\n
"
);
PROTOCOL_ERROR
(
e
,
"Invalid publickey authentication request"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment