git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac5aa2e
)
netfilter: ipv6: fix overlap check for fragments
author
Shan Wei
<shanwei@cn.fujitsu.com>
Fri, 12 Nov 2010 07:51:55 +0000
(08:51 +0100)
committer
Patrick McHardy
<kaber@trash.net>
Fri, 12 Nov 2010 07:51:55 +0000
(08:51 +0100)
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>
No differences found