[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.1.3-rc1 now available
- From: "Dirk Feytons" <dirk.feytons@...>
- Date: Thu, 17 Jan 2008 22:04:02 +0100
On Jan 17, 2008 6:56 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> Lua 5.1.3-rc1 is now available at
> http://www.lua.org/work/lua-5.1.3-rc1.tar.gz
May I suggest a small change to etc/strict.lua to make it more sandbox
friendly: take a local reference to debug.getinfo() so strict.lua
still works correctly when it is triggered by code that runs in a
sandbox where the debug library is not available.
--
Dirk