lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>From: Edgar Toernig <froese@gmx.de>

>> There are no limits on the number of times dofile may be executed.
>
>But maybe you get a C-stack overrun.  do_file allocates char[MAXFILENAME]
>on the stack ...

Right. We'll try to correct this for 4.0b (and also closing files after 
parsing and before execution).
--lhf