[PATCH 1/3] posix: Remove dynamic memory allocation from execl{e,p}

Paul Eggert eggert@cs.ucla.edu
Mon Feb 29 19:10:00 GMT 2016


On 02/29/2016 10:33 AM, Adhemerval Zanella wrote:
> +  for (i = 1; i <= argc; i++)
> +     argv[i] = va_arg (ap, char *);

The indenting is off-by-one here, and in some other places like that.



More information about the Libc-alpha mailing list