[PATCH v2 0/2] Fix potential static_command_line memory overflow

Yuntao Wang posted 2 patches 1 year, 10 months ago
init/main.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
[PATCH v2 0/2] Fix potential static_command_line memory overflow
Posted by Yuntao Wang 1 year, 10 months ago
v1 -> v2: Split the v1 version patch into a bugfix patch and a cleanup patch

Yuntao Wang (2):
  init/main.c: Fix potential static_command_line memory overflow
  init/main.c: Minor cleanup for the setup_command_line() function

 init/main.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

-- 
2.44.0
Re: [PATCH v2 0/2] Fix potential static_command_line memory overflow
Posted by Masami Hiramatsu (Google) 1 year, 10 months ago
On Fri, 12 Apr 2024 16:17:31 +0800
Yuntao Wang <ytcoode@gmail.com> wrote:

> v1 -> v2: Split the v1 version patch into a bugfix patch and a cleanup patch
> 
> Yuntao Wang (2):
>   init/main.c: Fix potential static_command_line memory overflow
>   init/main.c: Minor cleanup for the setup_command_line() function
> 
>  init/main.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)

OK, both looks good to me. Let me pick it.

Thanks, 

> 
> -- 
> 2.44.0
> 


-- 
Masami Hiramatsu (Google) <mhiramat@kernel.org>