Skip to content
GitLab
Menu
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
fbd1fa7d
Commit
fbd1fa7d
authored
Feb 12, 2005
by
Niels Möller
Browse files
(parse_kexinit): Bugfix (DOS).
Rev: src/keyexchange.c:1.95
parent
6fd44e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/keyexchange.c
View file @
fbd1fa7d
...
...
@@ -117,7 +117,7 @@ parse_kexinit(struct lsh_string *packet)
/* Bad format */
int
j
;
for
(
j
=
0
;
j
<
i
;
j
++
)
KILL
(
lists
[
i
]);
KILL
(
lists
[
j
]);
KILL
(
res
);
return
NULL
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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