diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-03-18 18:30:46 -0600 |
---|---|---|
committer | Michael Bestas <mkbestas@lineageos.org> | 2020-12-31 19:40:43 +0200 |
commit | 8cf67b67b18609fd2ced2c1de9a67bbfc4ea8c88 (patch) | |
tree | 560a949b8cd1f0e5e97fe7171f41e576b6a410ee /tools | |
parent | de38956da925e03aabcf6f8e33b2b02bcbaac69d (diff) |
UPSTREAM: wireguard: receive: remove dead code from default packet type case
The situation in which we wind up hitting the default case here
indicates a major bug in earlier parsing code. It is not a usual thing
that should ever happen, which means a "friendly" message for it doesn't
make sense. Rather, replace this with a WARN_ON, just like we do earlier
in the file for a similar situation, so that somebody sends us a bug
report and we can fix it.
Reported-by: Fabian Freyer <fabianfreyer@radicallyopensecurity.com>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 2b8765c52db24c0fbcc81bac9b5e8390f2c7d3c8)
Bug: 152722841
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: I40e109e5bac6541d309b588958ef0e09b3b9c19b
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions