summaryrefslogtreecommitdiff
path: root/drivers/net/wireguard/noise.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-18 18:30:46 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2022-07-07 13:26:41 +0200
commit2ce900eab755e875a6b66162a12611cefe0592b3 (patch)
tree73d125290a660f1576a45fbe1d1a8f8973a4c08f /drivers/net/wireguard/noise.c
parent94c5d5ba2ad2332167a912894788fa4f5d49d513 (diff)
downloadwireguard-linux-trimmed-2ce900eab755e875a6b66162a12611cefe0592b3.tar.gz
wireguard-linux-trimmed-2ce900eab755e875a6b66162a12611cefe0592b3.zip
wireguard: receive: remove dead code from default packet type case
commit b3ab061a424b6e0639b0b09b147cad3083c53adb upstream. 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> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'drivers/net/wireguard/noise.c')
0 files changed, 0 insertions, 0 deletions