]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
Fix transport message length check
authorChris Branch <cbranch@cloudflare.com>
Thu, 20 Sep 2018 12:28:53 +0000 (13:28 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 25 Sep 2018 03:18:11 +0000 (05:18 +0200)
commit7c971d7ef458d47908940396149bf56e6335fb04
treeac69c4d52296abbbf6bc26d89c27135da8dedbe0
parent70bcf9ecb801dadd82c68143209ca2707aa63d2b
Fix transport message length check

wireguard-go has a bad length check in its transport message handling.
Although it cannot be exploited because of another length check earlier in the
function, this should be fixed regardless.
receive.go