Skip to content
Commit 8243126c authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Make second arg to skb_reserved() signed.



Some subsystems, such as PPP, can send negative values
here.  It just happened to work correctly on 32-bit with
an unsigned value, but on 64-bit this explodes.

Figured out by Paul Mackerras based upon several PPP crash
reports.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f09484ff
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