Closed
Description
As copied from #172 (comment)
rlua
needs to give up on trying to patch out the UB in PUC-Rio Lua itself, and simply admit this fact by making the Lua
constructor unsafe. This is COMPLETELY different than giving up on bindings soundness, I still consider bindings soundness to be extremely important, but this would give up on things like trying to protect rlua
usage from things like the debug
module or its many other ways to cause UB like directly loading dlls or even just through loading bytecode. Maybe some form of truly sandboxed Lua could be provided as a safe interface, but I don't think it should be advertised as the default because it removes too much of Lua itself.
Metadata
Metadata
Assignees
Labels
No labels