lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


You BROKE THE ABI with this version by adding a parameter to an existing
function (lua_resetthread).
WHY was this second parameter added?
It was added to fix the stack overflow that could be produced with lua_resetthread https://www.lua.org/bugs.html#5.4.4-9.