]> git.ipfire.org Git - thirdparty/suricata.git/commit
ssh: fixing incomplete kex parsing
authorPhilippe Antoine <contact@catenacyber.fr>
Mon, 13 Jul 2020 12:29:27 +0000 (14:29 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 21 Jul 2020 14:50:26 +0000 (16:50 +0200)
commiteb5b9277873ef6a171567c370a80609d60024252
treef4bd74c1be3d2a9b7d332d2543f363379a01b109
parentbcd416e6baf8475fc4a41830c16488a4225b8eba
ssh: fixing incomplete kex parsing

We use the record length from the ssh record header,
and not the size of the parsed data, as is done in other places.
rust/src/ssh/ssh.rs