Re: [stable] [PATCH] bridge-netfilter: don't overwrite memory outside of skb

2006-08-25 Thread Greg KH
On Tue, Aug 22, 2006 at 05:19:28PM -0700, Stephen Hemminger wrote: > The bridge netfilter code needs to check for space at the > front of the skb before overwriting; otherwise if skb from > device doesn't have headroom, then it will cause random > memory corruption. > > Signed-off-by: Stephen Hemm

[PATCH] bridge-netfilter: don't overwrite memory outside of skb

2006-08-22 Thread Stephen Hemminger
The bridge netfilter code needs to check for space at the front of the skb before overwriting; otherwise if skb from device doesn't have headroom, then it will cause random memory corruption. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- linux-2.6.17.9.orig/include/linux/netfilter_brid