projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8283637
)
[IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.
author
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Fri, 30 May 2008 02:35:03 +0000
(11:35 +0900)
committer
YOSHIFUJI Hideaki
<yoshfuji@linux-ipv6.org>
Wed, 4 Jun 2008 19:02:33 +0000
(
04:02
+0900)
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
net/ipv4/tunnel4.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/tunnel4.c
b/net/ipv4/tunnel4.c
index d3b709a6f2644e0ff400ff4dfe8dd80d66efce51..cb1f0e83830b408871139ca9a809b5320ea809b7 100644
(file)
--- a/
net/ipv4/tunnel4.c
+++ b/
net/ipv4/tunnel4.c
@@
-97,7
+97,7
@@
static int tunnel64_rcv(struct sk_buff *skb)
{
struct xfrm_tunnel *handler;
- if (!pskb_may_pull(skb, sizeof(struct iphdr)))
+ if (!pskb_may_pull(skb, sizeof(struct ip
v6
hdr)))
goto drop;
for (handler = tunnel64_handlers; handler; handler = handler->next)