From: Szabolcs Nagy Date: Mon, 7 Oct 2013 13:24:00 +0000 (+0000) Subject: add missing va_end in execl* for correcness and static code analyzers X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;ds=sidebyside;h=c3a43b35cc52a7fac93a8c1030d94c919c3ab0eb;p=musl add missing va_end in execl* for correcness and static code analyzers --- diff --git a/src/process/execl.c b/src/process/execl.c index 327d78b2..5ee5c81e 100644 --- a/src/process/execl.c +++ b/src/process/execl.c @@ -16,6 +16,7 @@ int execl(const char *path, const char *argv0, ...) for (i=1; i