Skip to content
Commit 7b797d5b authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller
Browse files

[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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d9cc2048
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment