From: Yang Hongyang <yanghy@cn.fujitsu.com>
To: Wang Chen <wangchen@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 15:06:54 +0800 [thread overview]
Message-ID: <483D048E.4000707@cn.fujitsu.com> (raw)
In-Reply-To: <483D0194.5020908@cn.fujitsu.com>
Wang Chen wrote:
> 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.
--- net/ipv6/ipv6_sockglue.c 2008-05-28 09:17:14.000000000 +0800
+++ net/ipv6/ipv6_sockglue.c 2008-05-28 12:41:01.000000000 +0800
@@ -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;
}
next prev parent reply other threads:[~2008-05-28 7:08 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
2008-05-28 7:06 ` Yang Hongyang [this message]
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=483D048E.4000707@cn.fujitsu.com \
--to=yanghy@cn.fujitsu.com \
--cc=davem@sunset.davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=wangchen@cn.fujitsu.com \
--cc=yjwei@cn.fujitsu.com \
--cc=yoshfuji@linux-ipv6.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.