Files
JianFeeeee b4ac3fa7b1 fix: 修复 unload_lib/clean 的 lua_remove 栈索引越界(自 LuaJIT 分支回移)
ref 记录 gettop+1, lua_remove 应使用 ref-1; clean() 中恒越界的
逐个 remove 循环为死代码(settop(L,0) 已清栈)予以删除。
该 bug 在 Lua 5.4 隐式容忍, 在严格实现下会损坏虚拟栈。
2026-08-25 12:01:10 +08:00
..
2026-03-25 16:23:54 +08:00
2026-03-25 16:23:54 +08:00