Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 198ad973 authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

netfilter: remove BUG_ON() after skb_header_pointer()


Several conntrack helpers and the TCP tracker assume that
skb_header_pointer() never fails based on upfront header validation.
Even if this should not ever happen, BUG_ON() is a too drastic measure,
remove them.

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
parent 5e024c32
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment