[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dofile() limits...
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 28 Aug 2000 21:03:35 -0300 (EST)
>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