Opened 9 years ago
Closed 9 years ago
#6623 closed enhancement (fixed)
lua-5.3.1
Reported by: | Owned by: | Fernando de Oliveira | |
---|---|---|---|
Priority: | normal | Milestone: | 7.8 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
New point version.
http://www.lua.org/ftp/lua-5.3.1.tar.gz
http://www.lua.org/ftp/#source
md5: 797adacada8d85761c079390ff1d9961
http://www.lua.org/bugs.html#5.3.0
string.format("%f") can cause a buffer overflow (only when 'lua_Number' is long double!). debug.getlocal on a coroutine suspended in a hook can crash the interpreter. Suspended __le metamethod can give wrong result. Return hook may not see correct values for active local variables when function returns.
Change History (3)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed at r16140.