lua-users home
lua-l archive

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


On Oct 23, 2012 8:56 AM, "spir" <denis.spir@gmail.com> wrote:
> Anyway as I understand it files (or ___files) is not accessible to later code (outside the do...end block), is it? So there would be no risk of misuse.

It probably can still be read or written through the debug.* functions, so if you're running untrusted code, you should probably wrap or remove the debug API.