[S.u.S.E. Linux] 2.0.33 frag patch
17 Apr
1998
17 Apr
'98
06:33
Excuse me if this has been posted and I missed it. It would behoove you to apply this patch in /usr/src/linux/net/ipv4 if you are using 2.0.33, especially if you irc. </PRE> <PRE> --- ip_fragment.c.old Thu Apr 16 12:25:34 1998 +++ ip_fragment.c Thu Apr 16 12:29:02 1998 @@ -375,7 +375,7 @@ fp = qp->fragments; while(fp != NULL) { - if (fp->len < 0 || count+fp->len > skb->len) + if (fp->len < 0 || fp->offset+qp->ihlen+fp->len > skb->len) { NETDEBUG(printk("Invalid fragment list: Fragment over size.\n")); ip_free(qp);
9741
Age (days ago)
9741
Last active (days ago)
0 comments
1 participants
participants (1)
-
satan@nfinity.com