Re: [PATCH] tools/9pfsd: add missing va_end() in fill_data()

2024-02-21 Thread Anthony PERARD
On Mon, Feb 19, 2024 at 02:56:58PM +0100, Juergen Gross wrote: > In xen-9pfsd fill_data() va_end() needs to be called before returning. > > Coverity Id CID 1592145 > > Fixes: bcec59cf7ff4 ("tools/xen-9pfsd: add 9pfs version request support") > Signed-off-by: Juergen Gross Reviewed-by: Anthony

[PATCH] tools/9pfsd: add missing va_end() in fill_data()

2024-02-19 Thread Juergen Gross
In xen-9pfsd fill_data() va_end() needs to be called before returning. Coverity Id CID 1592145 Fixes: bcec59cf7ff4 ("tools/xen-9pfsd: add 9pfs version request support") Signed-off-by: Juergen Gross --- tools/9pfsd/io.c | 29 - 1 file changed, 16 insertions(+), 13