[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Protect global table from any changes
- From: Flyer31 Test <flyer31@...>
- Date: Wed, 19 Jan 2022 15:52:47 +0100
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: