forked from Mirrorlandia_minetest/minetest
Remove os.exit from the Lua secure sandbox (#5090)
os.exit will exit not using proper resource liberation paths. Mods should call the proper exit mod using our API
This commit is contained in:
parent
6d5a407133
commit
39123fcce5
@ -99,7 +99,6 @@ void ScriptApiSecurity::initializeSecurity()
|
|||||||
"clock",
|
"clock",
|
||||||
"date",
|
"date",
|
||||||
"difftime",
|
"difftime",
|
||||||
"exit",
|
|
||||||
"getenv",
|
"getenv",
|
||||||
"setlocale",
|
"setlocale",
|
||||||
"time",
|
"time",
|
||||||
|
Loading…
Reference in New Issue
Block a user