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-11-12 08:51:55 +01:00
2010-10-27 11:37:30 -07:00
2010-09-27 01:03:03 -07:00
2010-10-21 08:21:34 -07:00
2010-03-30 22:02:32 +09:00
2010-06-10 23:31:35 -07:00
2010-10-21 16:08:28 +02:00
2010-09-23 14:33:39 -07:00
2010-06-14 23:13:06 -07:00
2010-10-16 11:13:21 -07:00
2010-06-09 18:39:27 -07:00
2010-06-02 07:08:31 -07:00
2010-10-16 11:13:23 -07:00
2010-04-23 23:35:28 -07:00
2010-04-20 16:02:01 +02:00
2010-09-27 01:03:03 -07:00
2010-10-27 14:20:08 -07:00
2010-10-05 14:47:55 -07:00
2010-10-24 16:07:50 -07:00
2010-05-11 14:40:55 +02:00
2010-06-10 23:31:35 -07:00
2010-07-18 15:04:33 -07:00
2010-10-05 14:54:36 -07:00
2010-06-14 16:20:02 +02:00
2010-06-30 13:31:19 -07:00
2010-10-27 11:37:31 -07:00
2010-10-25 14:18:28 -07:00
2010-09-09 22:27:33 -07:00
2010-10-11 13:06:53 -07:00
2010-10-27 14:20:08 -07:00
2010-06-26 22:00:03 -07:00
2010-03-30 22:02:32 +09:00
2010-10-21 08:21:34 -07:00
2010-10-25 13:09:45 -07:00
2010-10-25 14:18:28 -07:00
2010-03-25 16:00:49 +01:00
2010-03-30 22:02:32 +09:00
2010-03-25 16:00:49 +01:00
2010-10-11 13:06:53 -07:00
2010-09-20 11:11:38 -07:00
2010-10-21 03:09:45 -07:00