mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
1) If sk_filter() is applied, skb was leaked (not freed) 2) Testing SOCK_DEAD twice is racy : packet could be freed while already queued. 3) Remove obsolete comment about caching skb->len Signed-off-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>