[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <6347cb90238ce61fb21a8203da53497663cee60a.camel@surriel.com>
Date: Wed, 11 Oct 2023 12:43:38 -0400
From: Rik van Riel <riel@...riel.com>
To: Alejandro Colomar <alx@...nel.org>
Cc: linux-man@...r.kernel.org, kernel-team@...a.com,
LKML <linux-kernel@...r.kernel.org>,
Eric Biederman <ebiederm@...ssion.com>,
Matthew House <mattlloydhouse@...il.com>
Subject: Re: [PATCH v2] execve.2: execve also returns E2BIG if a string is
too long
On Wed, 2023-10-11 at 17:48 +0200, Alejandro Colomar wrote:
> Hi Rik,
>
> On Wed, Oct 11, 2023 at 10:11:34AM -0400, Rik van Riel wrote:
> > The execve syscall returns -E2BIG in 3 cases:
> > - The total length of the command line arguments and environment is
> > too large.
> > - An argument or environment string is longer than MAX_ARG_STRLEN.
>
> Please mention that this includes the terminating NUL, as Matthew
> confirmed. Otherwise, to user-space programmers, this would usually
> be
> interpreted as `strlen(p) > MAX_ARG_STRLEN`.
>
> An example program that demonstrates the limit would be very
> interesting
> here.
Thank you for the detailed review.
I think all the comments are addressed in version 3.
--
All Rights Reversed.
Powered by blists - more mailing lists