musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/execle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process/execle.c')
-rw-r--r--src/process/execle.c 1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/process/execle.c b/src/process/execle.c
index 6f2ec055..37ca5034 100644
--- a/src/process/execle.c
+++ b/src/process/execle.c
@@ -17,6 +17,7 @@ int execle(const char *path, const char *argv0, ...)
for (i=1; i<=argc; i++)
argv[i] = va_arg(ap, char *);
envp = va_arg(ap, char **);
+ va_end(ap);
return execve(path, argv, envp);
}
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月01日 05:26:08 +0000

AltStyle によって変換されたページ (->オリジナル) /