mirror of https://github.com/lua/lua.git
Browse Source
Avoid silent conversions from int to unsigned int when calling 'luaH_resize'; avoid silent conversions from lua_Integer to int in 'table.create'; MAXASIZE corrected for the new implementation of arrays; 'luaH_resize' checks explicitly whether new size respects MAXASIZE. (Even constructors were bypassing that check.)pull/34/head
Roberto Ierusalimschy
9 months ago
6 changed files with 37 additions and 21 deletions
Loading…
Reference in new issue