aboutsummaryrefslogtreecommitdiff
path: root/src/process/execle.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add missing va_end in execl* for correcness and static code analyzersSzabolcs Nagy2013-10-071-0/+1
* fix new environment always being null with execle•••the va_arg call for the argv[]-terminating null pointer was missing, so this pointer was being wrongly used as the environment pointer. issue reported by Timo Teräs. proposed patch slightly modified to simplify the resulting code. Rich Felker2013-10-031-2/+1
* correct variadic prototypes for execl* family•••the old versions worked, but conflicted with programs which declared their own prototypes and generated warnings with some versions of gcc. Rich Felker2011-04-271-5/+6
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+22