mlua-rs / rlua

High level Lua bindings to Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

os.setlocale() may be unsafe

jugglerchris opened this issue · comments

os.setlocale() may have thread safety issues and hence be memory-unsafe to call from Lua. This needs a bit of research to decide on the best option (or possibly just remove them by default with an InitFlag).