[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: crash
- From: "Danilo Tuler" <tuler@...>
- Date: Tue, 8 Jun 2004 11:30:33 -0300
Hello,
> My question is whether it was supposed to crash.
Yes. "When you interact with Lua API, you are responsible for controlling
stack overflow."
> Are the function in the aux lib safe to be used without
> checking (stack size checking, for example).
No. Every function that deals with the stack must receive "acceptable
indices" as defined in the manual (chapter 3.2).
-- Danilo