mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
[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>
This commit is contained in:
parent
d9cc20484e
commit
7b797d5b15
1 changed files with 3 additions and 11 deletions
Loading…
Add table
Add a link
Reference in a new issue