+1
−0
Loading
Fixed issue detected by Coverity. spdk_vlog() function uses va_copy() to initialize a copy of 'ap', and va_end() must be called at the end of paramaters processing. This patch adds this va_end() call, which was missing. Change-Id: Ib097a2ccb298548d61c9f1be052df03bb11e55d0 Signed-off-by:Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24756 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com> Community-CI: Mellanox Build Bot