This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]