Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PPP] generic: Call skb_cow_head before scribbling over skb
It's rude to write over data that other people are still using. So call skb_cow_head before PPP proceeds to modify the skb data. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information