Re: bug in lua.c (Lua-5.0) while embedding the interpreter into bash-2.05
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: bug in lua.c (Lua-5.0) while embedding the interpreter into bash-2.05
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 9 Mar 2007 04:16:44 -0300
> for (i = 1; argv[i] != NULL; i++) {
> assumes that an out-of-range i would mean argv[i]==NULL
This is required by ANSI C, which is what Lua assumes.
> which was not true in my case.
Can you give more details? What platform and C compiler?
--lhf