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",
|
||||
"date",
|
||||
"difftime",
|
||||
"exit",
|
||||
"getenv",
|
||||
"setlocale",
|
||||
"time",
|
||||
|
|
Loading…
Reference in New Issue