lua/manual
Roberto Ierusalimschy 0c9bec0d38 Better handling of size limit when resizing a table
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.)
2024-02-07 13:39:54 -03:00
..
2html New year (2023) 2023-03-31 11:47:31 -03:00
manual.of Better handling of size limit when resizing a table 2024-02-07 13:39:54 -03:00