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-10-21 04:26:39 -07:00
2010-10-25 13:09:44 -07:00
2010-10-25 13:09:43 -07:00
2010-10-23 11:47:02 -07:00
2010-10-24 13:41:39 -07:00
2010-10-23 11:47:02 -07:00
2010-10-21 04:25:48 -07:00
2010-11-03 18:50:04 -07:00
2010-10-21 04:27:03 -07:00
2010-10-20 15:38:23 -07:00
2010-11-07 05:28:01 -08:00
2010-10-28 10:27:01 -07:00
2010-10-11 13:06:53 -07:00
2010-11-04 12:26:34 -07:00
2010-11-08 12:17:06 -08:00
2010-10-21 15:44:13 +02:00
2010-10-24 13:41:39 -07:00
2010-11-01 06:56:02 -07:00
2010-10-29 14:33:26 -04:00
2010-11-03 18:52:32 -07:00
2010-10-24 16:25:39 -07:00
2010-10-20 01:55:54 -07:00
2010-11-03 18:50:07 -07:00
2010-10-23 11:47:02 -07:00
2010-11-08 12:17:05 -08:00
2010-10-23 11:47:02 -07:00
2010-10-24 13:41:39 -07:00
2010-10-21 08:43:05 -07:00
2010-10-05 14:54:36 -07:00
2010-10-25 14:43:14 -04:00
2010-11-03 18:50:50 -07:00
2010-10-21 03:09:46 -07:00
2010-10-28 11:47:52 -07:00
2010-10-20 15:37:28 -07:00
2010-10-20 15:37:28 -07:00
2010-10-15 15:53:27 +02:00
2010-10-30 16:44:07 -07:00