aboutsummaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorgregorycu <gregory.currie@gmail.com>2016-01-03 18:25:09 +1100
committerLoic Blot <loic.blot@unix-experience.fr>2016-01-03 15:37:49 +0100
commit87dcee6ac2058bbf5264ea7f82874bba67277252 (patch)
treeb4a9a20f0de72d0af79fe3af505a84bde2cd09aa /client
parenta7c50a3080e55a6cf11175a60121696de7393dba (diff)
downloadminetest-87dcee6ac2058bbf5264ea7f82874bba67277252.tar.gz
minetest-87dcee6ac2058bbf5264ea7f82874bba67277252.tar.bz2
minetest-87dcee6ac2058bbf5264ea7f82874bba67277252.zip
Prevent technically unsafe access with empty vector
Diffstat (limited to 'client')
0 files changed, 0 insertions, 0 deletions
opt">*key); LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key); LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key); LUAI_FUNC Table *luaH_new (lua_State *L, int narray, int lnhash); LUAI_FUNC void luaH_resizearray (lua_State *L, Table *t, int nasize); LUAI_FUNC void luaH_free (lua_State *L, Table *t); LUAI_FUNC int luaH_next (lua_State *L, Table *t, StkId key); LUAI_FUNC int luaH_getn (Table *t); #if defined(LUA_DEBUG) LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key); LUAI_FUNC int luaH_isdummy (Node *n); #endif #endif