Re: [PATCH] tipc: Fix uninit-value access in tipc_nl_node_get_link()

From: Jakub Kicinski
Date: Fri Oct 13 2023 - 20:17:16 EST


On Fri, 13 Oct 2023 15:04:08 +0800 Ma Ke wrote:
> Names must be null-terminated strings. If a name which is not
> null-terminated is passed through netlink, strstr() and similar
> functions can cause buffer overrun. This patch fixes this issue
> by returning -EINVAL if a non-null-terminated name is passed.
>
> Signed-off-by: Ma Ke <make_ruc2021@xxxxxxx>

You have now sent 14 incorrect fixes to Linux networking.
And not a single correct one.
I would like to politely ask you to stop.