diff options
author | Eric Dumazet <edumazet@google.com> | 2022-05-10 06:57:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-11 14:44:16 +0300 |
commit | d7ea0d9df2a6265b2b180d17ebc64b38105968fc (patch) | |
tree | e0e068df46a8e60e53a0670a8846f801cc613154 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 66e4c8d950083df8e12981babca788e1635c92b6 (diff) | |
download | linux-d7ea0d9df2a6265b2b180d17ebc64b38105968fc.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions