Shan Wei 22e091e525 netfilter: 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: Patrick McHardy <kaber@trash.net>
2010-11-12 08:51:55 +01:00
..
2010-09-23 14:33:39 -07:00
2010-06-09 18:39:27 -07:00
2010-05-11 14:40:55 +02:00
2010-06-10 23:31:35 -07:00
2010-06-30 13:31:19 -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