Re: [PATCH] exec: move warning of null argv to be next to the relevant code
From: Nir Lichtman
Date: Sat Nov 02 2024 - 16:20:33 EST
On Sat, Nov 02, 2024 at 01:05:29PM -0700, Kees Cook wrote:
> On Sat, 02 Nov 2024 14:01:22 +0200, nir@xxxxxxxxxxxx wrote:
> > Problem: The warning is currently printed where it is detected that the
> > arg count is zero but the action is only taken place later in the flow
>
> Applied to for-next/execve, thanks!
Noted about the warn once, and thanks :)
>
> [1/1] exec: move warning of null argv to be next to the relevant code
> https://git.kernel.org/kees/c/cc0be150ca0e
>
> Take care,
>
> --
> Kees Cook
>