1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02:00

Restrict function references returned by debug.getinfo()

This commit is contained in:
sfan5
2025-10-01 22:17:47 +02:00
parent c4e0c9d408
commit 05e86bb1e8
2 changed files with 56 additions and 3 deletions

View File

@@ -115,4 +115,7 @@ private:
static int sl_os_rename(lua_State *L);
static int sl_os_remove(lua_State *L);
static int sl_os_setlocale(lua_State *L);
static int sl_debug_getinfo(lua_State *L);
};