Changes between Initial Version and Version 1 of Ticket #6623


Ignore:
Timestamp:
06/19/2015 11:22:02 AM (9 years ago)
Author:
Fernando de Oliveira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6623 – Description

    initial v1  
    1 New point version
     1New point version.
     2
     3[http://www.lua.org/ftp/lua-5.3.1.tar.gz]
     4
     5[http://www.lua.org/ftp/#source]
     6
     7md5: 797adacada8d85761c079390ff1d9961
     8
     9[http://www.lua.org/bugs.html#5.3.0]
     10
     11{{{
     12string.format("%f") can cause a buffer overflow (only when 'lua_Number'
     13is long double!).
     14
     15debug.getlocal on a coroutine suspended in a hook can crash the
     16interpreter.
     17
     18Suspended __le metamethod can give wrong result.
     19
     20Return hook may not see correct values for active local variables when
     21function returns.
     22}}}