Re: [PATCH] kernel/sysctl.c: If "count" including the terminating byte '\0' the write system call should retrun success.

From: Sean Fu
Date: Mon Sep 07 2015 - 23:12:11 EST


On Fri, Aug 28, 2015 at 11:31 AM, Sean Fu <fxinrong@xxxxxxxxx> wrote:
> On Thu, Aug 27, 2015 at 4:32 PM, Sean Fu <fxinrong@xxxxxxxxx> wrote:
>> On Thu, Aug 27, 2015 at 10:32 AM, Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
>>> On Thu, 27 Aug 2015 08:17:29 +0800
>>> Sean Fu <fxinrong@xxxxxxxxx> wrote:
>>>> strace execute result:
>>>> write(3, "1\2\0", 3) = -1 EINVAL (Invalid argument)
> If vleft > 1, "1\0 2" is treated as invalid paraments and all string
> include '\0' will be invalid.
Hi All experts,
Could you please signed off this patch?
>
>>>>
>>>> >
>>>> > -- Steve
>>>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/