Re: [PATCH v2] selftests: net: avoid memory leak
From: Simon Horman <horms@kernel.org>
Date: 2025-08-28 19:06:26
Also in:
linux-kselftest, lkml
From: Simon Horman <horms@kernel.org>
Date: 2025-08-28 19:06:26
Also in:
linux-kselftest, lkml
On Thu, Aug 28, 2025 at 10:02:10AM +0800, Zongmin Zhou wrote:
From: Zongmin Zhou <redacted> The buffer be used without free,fix it to avoid memory leak. Signed-off-by: Zongmin Zhou <redacted> --- Changes in v2: - add the label to use instead of directly to use on each case.
Thanks for the update. Reviewed-by: Simon Horman <horms@kernel.org>