mirror of
https://github.com/minetest/minetest.git
synced 2024-11-14 03:33:44 +01:00
ddd9317b73
script_get_backtrace() was leaving its return value on the stack, corrupting subsequent lua operations for functions that did not immediately return. This problem can specifically be observed in the case of multiple "groupcaps" entries, each of which provides the legacy "maxwear" property. These cause a backtrace and thus pollute the stack for the following lua_next() call. |
||
---|---|---|
.. | ||
c_content.cpp | ||
c_content.h | ||
c_converter.cpp | ||
c_converter.h | ||
c_internal.cpp | ||
c_internal.h | ||
c_types.cpp | ||
c_types.h | ||
CMakeLists.txt | ||
helper.cpp | ||
helper.h |