lua-users home
lua-l archive

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


It was thus said that the Great Coda Highland once stated:
> >
> > On 2017-07-27 02:50 AM, Mikhail Zaycev wrote:
> >>
> >> I think, load() should not be available to user. Potentially it is as
> >> dangerous as os.execute().
>  
> Wrap `load()` in a function that rejects binary chunks.

  Lua 5.3 can block binary chunks as an option.

  -spc