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

Adhemerval Zanella adhemerval.zanella@linaro.org
Mon Feb 29 19:35:00 GMT 2016



On 29-02-2016 16:08, Paul Eggert wrote:
> 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.

I'll fix these.



More information about the Libc-alpha mailing list