]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
lua: update to 5.3.6
authorKyle Evans <kevans@FreeBSD.org>
Fri, 16 Oct 2020 13:04:28 +0000 (13:04 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 16 Oct 2020 13:04:28 +0000 (13:04 +0000)
commit2a40e13a7afd87b1618335378c99577e73db3eb1
tree56644c42d2166358369370d330bdacfea53b0cd4
parentabe858c1d6e8bf7d7206b09ed715677ac63b5fca
lua: update to 5.3.6

This release contains some minor bugfixes; notably:
- 2x minor Makefile fixes (not used in base)
- Long brackets with a huge number of '=' overflow some internal buffer
  arithmetic.
- Joining an upvalue with itself can cause a use-after-free crash.

See here for examples: http://www.lua.org/bugs.html#5.3.5
16 files changed:
Makefile
README
doc/contents.html
doc/manual.html
doc/readme.html
src/Makefile
src/lapi.c
src/lauxlib.c
src/lcode.c
src/ldebug.c
src/liolib.c
src/llex.c
src/lobject.c
src/lparser.c
src/lua.h
src/lundump.c