Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
af_packet: Don't use skb after dev_queue_xmit()
tpacket_snd() can change and kfree an skb after dev_queue_xmit(), which is illegal. With debugging by: Stephen Hemminger <[email protected]> Reported-by: Michael Breuer <[email protected]> With help from: David S. Miller <[email protected]> Signed-off-by: Jarek Poplawski <[email protected]> Tested-by: Michael Breuer<[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information