Re: Protect global table from any changes
[
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: 2022年1月21日 07:08:37 +0100
sorry, another PPS: What would you then ask Lua to do, if somebody
would try to modify _G inside sandbox or in later code? Should Lua
then terminate with an error message, or just ignore this modification
approach? (I think both possibilities would be quite bad, especially
also for sandboxing...).