Opened 9 years ago

Closed 9 years ago

#6623 closed enhancement (fixed)

lua-5.3.1

Reported by: bdubbs@… Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.8
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

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 Fernando de Oliveira, 9 years ago

Description: modified (diff)

comment:2 by Fernando de Oliveira, 9 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:3 by Fernando de Oliveira, 9 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16140.

Note: See TracTickets for help on using tickets.