Dan Carpenter 4e18b3edf7 cls_u32: signedness bug
skb_headroom() is unsigned so "skb_headroom(skb) + toff" is also
unsigned and can't be less than zero.  This test was added in 66d50d25:
"u32: negative offset fix"  It was supposed to fix a regression.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-05 00:40:39 -07:00
..
2010-05-17 23:23:12 -07:00
2010-10-05 00:40:39 -07:00
2008-03-17 22:46:46 -07:00
2010-05-17 23:23:12 -07:00
2010-03-23 13:06:14 -07:00
2010-09-12 11:56:44 -07:00
2010-07-19 15:12:51 -07:00