Re: [PATCH] selftests/net: Add missing va_end in test_snprintf

From: Simon Horman
Date: Sat Oct 19 2024 - 03:57:41 EST


On Thu, Oct 17, 2024 at 03:52:51PM +0800, Liu Jing wrote:
> There is no va_end after va_copy, just add it.
>
> Signed-off-by: Liu Jing <liujing_yewu@xxxxxxxxxxxxxxxxxxxx>
> Signed-off-by: Liu Jing <liujing@xxxxxxxxxxxxxxxxxxxx>

Thanks,

This is correct. However, it was fixed recently in the same way
by the following commit authored by one of your colleagues, Zhang Jiao:

- 7c2f1c2690a5 ("selftests/net: Add missing va_end.")
https://git.kernel.org/netdev/net-next/c/7c2f1c2690a5

--
pw-bot: not-applicable