Re: [patch] fix stack use in command-line lua interpreter
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [patch] fix stack use in command-line lua interpreter
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2005年4月11日 09:35:50 -0300
> Command-line lua would blow the lua stack if there were
> more than about 20 command-line script arguments, because
> of incorrect luaL_checkstack() call. Patch to 5.1work5
> attached.
Thanks for the report.
-- Roberto