Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: avoid NULL deref in napi_get_frags()
napi_alloc_skb() can return NULL. We should not crash should this happen. Fixes: 93f93a4 ("net: move skb_mark_napi_id() into core networking stack") Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information