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

2024-10-19 Thread Simon Horman
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 > Signed-off-by: Liu Jing Thanks, This is correct. However, it was fixed recently in the same way by the following commit authored by one of your colleagues, Z

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

2024-10-18 Thread Liu Jing
There is no va_end after va_copy, just add it. Signed-off-by: Liu Jing Signed-off-by: Liu Jing --- tools/testing/selftests/net/tcp_ao/lib/aolib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/selftests/net/tcp_ao/lib/aolib.h b/tools/testing/selftests/net/tcp_ao/lib/aolib.h