lua-users home
lua-l archive

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


PS: My stringbuf handling is more meant to protect users against
"accidential" overwriting strbuf variables.

If you want to protect against evil users, you really have to think
quite a bit more about it I think. (using rawset for assign from my
point of view would be cleary "non-accidential" / "wanted somehow")..

On Wed, Jan 19, 2022 at 3:32 PM Flyer31 Test <flyer31@googlemail.com> wrote: