Re: [PATCH] packet: Improve exception handling in fanout_add()
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2024-01-02 16:30:56
Also in:
kernel-janitors, lkml
From: Stephen Hemminger <stephen@networkplumber.org>
Date: 2024-01-02 16:30:56
Also in:
kernel-janitors, lkml
On Sun, 31 Dec 2023 16:39:02 +0100 Markus Elfring [off-list ref] wrote:
From: Markus Elfring <redacted> Date: Sun, 31 Dec 2023 16:30:51 +0100 The kfree() function was called in some cases by the fanout_add() function even if the passed variable contained a null pointer. This issue was detected by using the Coccinelle software. Thus use another label. Signed-off-by: Markus Elfring <redacted> ---
Since you are seem to not listen to feedback from others, I hope this patch is just ignored.