diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index fdaabf2f2b68..1f23a57aa9e6 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -392,7 +392,7 @@ static int ip_frag_queue(struct ipq *qp, struct sk_buff *skb) | |||
392 | /* Is this the final fragment? */ | 392 | /* Is this the final fragment? */ |
393 | if ((flags & IP_MF) == 0) { | 393 | if ((flags & IP_MF) == 0) { |
394 | /* If we already have some bits beyond end | 394 | /* If we already have some bits beyond end |
395 | * or have different end, the segment is corrrupted. | 395 | * or have different end, the segment is corrupted. |
396 | */ | 396 | */ |
397 | if (end < qp->q.len || | 397 | if (end < qp->q.len || |
398 | ((qp->q.last_in & INET_FRAG_LAST_IN) && end != qp->q.len)) | 398 | ((qp->q.last_in & INET_FRAG_LAST_IN) && end != qp->q.len)) |