Package: lua5.3 / 5.3.3-1.1+deb11u1

Metadata

Package Version Patches format
lua5.3 5.3.3-1.1+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 build system.patch | (download)

Makefile | 25 14 + 11 - 0 !
src/Makefile | 31 19 + 12 - 0 !
2 files changed, 33 insertions(+), 23 deletions(-)

 build system


0002 lua modules paths.patch | (download)

src/luaconf.h | 11 10 + 1 - 0 !
1 file changed, 10 insertions(+), 1 deletion(-)

 lua modules paths


0003 extern_C.patch | (download)

src/luaconf.h | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 extern_c


0004 Fix invalid pointer conversions.patch | (download)

src/lobject.c | 2 1 + 1 - 0 !
src/lstrlib.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix invalid pointer conversions


CVE 2019 6706.patch | (download)

src/lapi.c | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 fixed bug in 'lua_upvaluejoin'

Bug-fix: joining an upvalue with itself could cause a use-after-free
crash.

CVE 2020 24370.patch | (download)

src/ldebug.c | 7 4 + 3 - 0 !
1 file changed, 4 insertions(+), 3 deletions(-)

 fixed bug: negation overflow in getlocal/setlocal