[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luac and loadstring hang
- From: Shmuel Zeigerman <shmuz@...>
- Date: Mon, 16 Nov 2009 14:41:35 +0200
The test string was obtained the following way:
File 1.lua
local f = 23/4
f = f*f
was compiled by luac.exe, then the 41-st character was deleted.
--
Shmuel