[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [PATCH] 'data' mode for loadfile
- From: Thijs Schreijer <thijs@...>
- Date: Mon, 17 Mar 2014 18:41:23 +0000
> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of steve donovan
> Sent: maandag 17 maart 2014 19:18
> To: Lua mailing list
> Subject: Re: [PATCH] 'data' mode for loadfile
>
> On Mon, Mar 17, 2014 at 6:31 PM, Roberto Ierusalimschy
> <roberto@inf.puc-rio.br> wrote:
> > Modestly, I would rather use my 'protect' module [1] (which does not
> > need any change to the language).
>
> That's good. I'd rather go for twenty-odd lines of Lua than a
> twenty-line patch ;)
Solutions are nice, but is there some list of potential problems? What I mean is; what should I consider to protect against when sandboxing?
Thijs