• meir's avatar
    Protect globals of evals scripts. · b2ce3719
    meir authored
    Use the new `lua_enablereadonlytable` Lua API to protect the global tables of
    evals scripts. The implemetation is easy, we simply call `lua_enablereadonlytable`
    on the global table to turn it into a readonly table.
    b2ce3719
scripting.tcl 33.2 KB