diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2009-06-17 12:17:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-06-17 18:46:41 -0700 |
commit | 603a8bbe62e54108055fca46ecdd611c10c6cd0a (patch) | |
tree | 5d6c6f449cadf7c956f02c399b26460c7c8a20a0 /sound | |
parent | 19633e129c65e5bb62b1af545c5479afcdb01fc4 (diff) | |
download | linux-3.10-603a8bbe62e54108055fca46ecdd611c10c6cd0a.tar.gz linux-3.10-603a8bbe62e54108055fca46ecdd611c10c6cd0a.tar.bz2 linux-3.10-603a8bbe62e54108055fca46ecdd611c10c6cd0a.zip |
skbuff: don't corrupt mac_header on skb expansion
The skb mac_header field is sometimes NULL (or ~0u) as a sentinel
value. The places where skb is expanded add an offset which would
change this flag into an invalid pointer (or offset).
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions