Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351509
b: refs/heads/master
c: 6bce6b4
h: refs/heads/master
i:
  351507: 51b293e
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 21, 2013
1 parent 8d67f28 commit bc1f453
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c558e9fca876d6d0463a7c337d2291774b9c6f96
refs/heads/master: 6bce6b4e16e46cc860175b9e10a283194ef9f004
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ndisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ int ndisc_rcv(struct sk_buff *skb)
{
struct nd_msg *msg;

if (!pskb_may_pull(skb, skb->len))
if (skb_linearize(skb))
return 0;

msg = (struct nd_msg *)skb_transport_header(skb);
Expand Down

0 comments on commit bc1f453

Please sign in to comment.