Eric Dumazet d7ea0d9df2 net: remove two BUG() from skb_checksum_help()
I have a syzbot report that managed to get a crash in skb_checksum_help()

If syzbot can trigger these BUG(), it makes sense to replace
them with more friendly WARN_ON_ONCE() since skb_checksum_help()
can instead return an error code.

Note that syzbot will still crash there, until real bug is fixed.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-05-11 12:44:16 +01:00
..
2022-04-30 12:58:44 +01:00
2022-05-06 12:07:56 +01:00
2021-12-16 07:18:35 -08:00
2022-01-22 08:33:37 +02:00
2022-05-05 17:02:50 -07:00
2020-06-18 20:46:23 -07:00