History log of /seL4-refos-master/libs/libmuslc/src/process/execle.c
Revision Date Author Comments
# c3a43b35 07-Oct-2013 Szabolcs Nagy <nsz@port70.net>

add missing va_end in execl* for correcness and static code analyzers


# 2b2aff37 03-Oct-2013 Rich Felker <dalias@aerifal.cx>

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.


# e6bac87d 27-Apr-2011 Rich Felker <dalias@aerifal.cx>

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.


# 0b44a031 11-Feb-2011 Rich Felker <dalias@aerifal.cx>

initial check-in, version 0.5.0