From: Wei Yongjun <[EMAIL PROTECTED]>
Date: Wed, 01 Feb 2006 14:21:41 -0500

> Resend Patch:
> --- linux-2.6.15.1/net/ipv4/ip_options.c.orig 2006-01-27
> 09:14:33.463612696 +0900
> +++ linux-2.6.15.1/net/ipv4/ip_options.c      2006-01-27 09:12:21.857619848
> +0900
> @@ -207,7 +207,7 @@
>  
>  void ip_options_fragment(struct sk_buff * skb) 
>  {
> -     unsigned char * optptr = skb->nh.raw;
> +     unsigned char * optptr = skb->nh.raw + sizeof(struct iphdr);
>       struct ip_options * opt = &(IPCB(skb)->opt);
>       int  l = opt->optlen;
>       int  optlen;

Your patch is still corrupt, new lines were added by your email client
which splits up the patch headers.

I applied the patch by hand, but next time I won't put so much effort
into fixing up your work.  Please learn how to submit patches
properly.

Thank you.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to