lua-users home
lua-l archive

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


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