luau/VM
Alex Orlenko d409f7946d
Fix setting sandbox on Lua instance without strlib (#1156)
Currently calling `luaL_sandbox` on Lua instance without loaded strlib
causes crash (assertion).
It happens because inside `luaL_sandbox` there is no check that
metatable for strings is present.
2024-01-30 07:23:58 -08:00
..
include Sync to upstream/release/609 (#1150) 2024-01-19 10:04:46 -08:00
src Fix setting sandbox on Lua instance without strlib (#1156) 2024-01-30 07:23:58 -08:00