Shan Wei f46421416f ipv6: fix overlap check for fragments
The type of FRAG6_CB(prev)->offset is int, skb->len is *unsigned* int,
and offset is int.

Without this patch, type conversion occurred to this expression, when
(FRAG6_CB(prev)->offset + prev->len) is less than offset.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-08 12:17:06 -08:00
..
2010-02-22 16:20:22 -08:00
2010-09-23 14:33:39 -07:00
2010-06-09 18:39:27 -07:00
2010-02-22 16:20:22 -08:00
2010-05-11 14:40:55 +02:00
2010-06-10 23:31:35 -07:00
2010-10-25 14:18:28 -07:00
2010-06-26 22:00:03 -07:00
2010-10-25 13:09:45 -07:00
2010-10-25 14:18:28 -07:00
2010-01-17 19:16:02 -08:00