Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packet: Fix leak in pre-defrag support.
When we clone the SKB, we forget about the original one. Avoid this problem by using skb_share_check(). Reported-by: Penttilä Mika <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information