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@cmss.chinamobile.com Signed-off-by: Liu Jing liujing@cmss.chinamobile.com
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