Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing va_end in execl* for correcness and static code analyzers | Szabolcs Nagy | 2013-10-07 | 1 | -0/+1 |
| | |||||
* | fix new environment always being null with execle | Rich Felker | 2013-10-03 | 1 | -2/+1 |
| | | | | | | | | 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. | ||||
* | correct variadic prototypes for execl* family | Rich Felker | 2011-04-27 | 1 | -5/+6 |
| | | | | | the old versions worked, but conflicted with programs which declared their own prototypes and generated warnings with some versions of gcc. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+22 |