public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Wang Chen <wangchen@cn•fujitsu.com>
To: Yang Hongyang <yanghy@cn•fujitsu.com>
Cc: yoshfuji@linux-ipv6•org, netdev@vger•kernel.org,
	FNST-Wei Yongjun <yjwei@cn•fujitsu.com>,
	davem@sunset•davemloft.net
Subject: Re: [PATCH] IPv6: Fix the data length of get destination options with short length
Date: Wed, 28 May 2008 14:54:12 +0800	[thread overview]
Message-ID: <483D0194.5020908@cn.fujitsu.com> (raw)
In-Reply-To: <483D0070.2090909@cn.fujitsu.com>

Yang Hongyang said the following on 2008-5-28 14:49:
> @@ -832,7 +832,7 @@ static int ipv6_getsockopt_sticky(struct
>     len = min_t(unsigned int, len, ipv6_optlen(hdr));
>     if (copy_to_user(optval, hdr, len))
>         return -EFAULT;
> -    return ipv6_optlen(hdr);
> +    return len;
> }
> 

Yang, your mail client broke tabs to blanks.
Please resubmit.


  reply	other threads:[~2008-05-28  6:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-28  6:49 [PATCH] IPv6: Fix the data length of get destination options with short length Yang Hongyang
2008-05-28  6:54 ` Wang Chen [this message]
2008-05-28  7:06   ` Yang Hongyang
2008-05-28 11:13 ` YOSHIFUJI Hideaki / 吉藤英明
2008-05-29  1:29   ` Yang Hongyang
2008-05-29  2:29   ` Yang Hongyang
2008-05-29  8:42     ` YOSHIFUJI Hideaki / 吉藤英明
  -- strict thread matches above, loose matches on Subject: below --
2008-05-28  7:15 Yang Hongyang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=483D0194.5020908@cn.fujitsu.com \
    --to=wangchen@cn$(echo .)fujitsu.com \
    --cc=davem@sunset$(echo .)davemloft.net \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=yanghy@cn$(echo .)fujitsu.com \
    --cc=yjwei@cn$(echo .)fujitsu.com \
    --cc=yoshfuji@linux-ipv6$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox