mirror of
https://github.com/lua/lua.git
synced 2026-09-19 08:44:22 +00:00
Fixed bug in 'lua_upvaluejoin'
Bug-fix: joining an upvalue with itself could cause a use-after-free crash.
This commit is contained in:
Bug-fix: joining an upvalue with itself could cause a use-after-free crash.