Project

General

Profile

Feature #883 ยป 0040-Apply-patch-3-for-lua-5.4.7.patch

Marko Lindqvist, 09/20/2024 05:38 PM

View differences:

dependencies/lua-5.4/Version.txt
(http://www.lua.org/ftp/lua-5.4.7.tar.gz)
Upstream bug fixes from https://www.lua.org/bugs.html applied:
2
2, 3
Upstream bug fixes not applicable to our tree:
1
dependencies/lua-5.4/src/lparser.c
checklimit(fs, dyd->actvar.n + 1 - fs->firstlocal,
MAXVARS, "local variables");
luaM_growvector(L, dyd->actvar.arr, dyd->actvar.n + 1,
dyd->actvar.size, Vardesc, USHRT_MAX, "local variables");
dyd->actvar.size, Vardesc, SHRT_MAX, "local variables");
var = &dyd->actvar.arr[dyd->actvar.n++];
var->vd.kind = VDKREG; /* default */
var->vd.name = name;
    (1-1/1)