From: David Gibson Date: Fri, 31 Mar 2017 13:48:22 +0000 (+1100) Subject: Fix missing va_end()s X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;ds=inline;h=979071e8587d4819a7f78613b68d29e222e5db63;hp=979071e8587d4819a7f78613b68d29e222e5db63;p=ccan Fix missing va_end()s This corrects several places in ccan where stdarg.h is used but there is a missing va_end(). You can get away with this on many platforms, but not all. Caught by Coverity scan. Signed-off-by: David Gibson ---