Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221994
b: refs/heads/master
c: f464214
h: refs/heads/master
v: v3
  • Loading branch information
Shan Wei authored and David S. Miller committed Nov 8, 2010
1 parent ac9420e commit 42b8013
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: 4c46ee52589a4edd67447214eb489b10fed5c53a
refs/heads/master: f46421416fb6b91513fb687d6503142cd99034a5
2 changes: 1 addition & 1 deletion trunk/net/ipv6/reassembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static int ip6_frag_queue(struct frag_queue *fq, struct sk_buff *skb,

/* Check for overlap with preceding fragment. */
if (prev &&
(FRAG6_CB(prev)->offset + prev->len) - offset > 0)
(FRAG6_CB(prev)->offset + prev->len) > offset)
goto discard_fq;

/* Look for overlap with succeeding segment. */
Expand Down

0 comments on commit 42b8013

Please sign in to comment.