Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patches for last two bugs (string.format and io.read) | Roberto Ierusalimschy | 2010-05-14 | 1 | -5/+42 |
| | |||||
* | bug with io.read(op, "*n") | Roberto Ierusalimschy | 2010-04-19 | 1 | -4/+14 |
| | |||||
* | 'string.format' may get buffer as an argument when there are | Roberto Ierusalimschy | 2010-04-19 | 1 | -2/+14 |
| | | | | missing arguments and format string is too long | ||||
* | GC may get stuck during a parser and avoids proper resizing of the | Roberto Ierusalimschy | 2009-11-23 | 1 | -2/+27 |
| | | | | string table, making its lists grow too much and degrading performance. | ||||
* | "But" -> "Bug" (misspelling) | Roberto Ierusalimschy | 2009-08-05 | 1 | -5/+5 |
| | |||||
* | 'debug.getfenv' does not check whether it has an argument | Roberto Ierusalimschy | 2009-08-04 | 1 | -2/+21 |
| | |||||
* | smart use of varargs may create functions that return too | Roberto Ierusalimschy | 2009-07-02 | 1 | -2/+22 |
| | | | | many arguments and overflow the stack of C functions. | ||||
* | BUG: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 2009-07-01 | 1 | -5/+46 |
| | | | | to reuse it. | ||||
* | patch for wrong code generation for some particular boolean expressions | Roberto Ierusalimschy | 2009-06-15 | 1 | -2/+49 |
| | |||||
* | malicious zero-length string in binary code may segfault Lua + | Roberto Ierusalimschy | 2009-04-27 | 1 | -2/+30 |
| | | | | wrong code generation for some particular boolean expressions | ||||
* | 'module' may change the environment of a C function + | Roberto Ierusalimschy | 2008-08-06 | 1 | -2/+51 |
| | | | | internal macro 'svalue' is wrong | ||||
* | 'string.byte' gets confused with some out-of-range negative indices + | Roberto Ierusalimschy | 2008-07-11 | 1 | -2/+59 |
| | | | | user-requested GC step may loop forever | ||||
* | patch for "blow stack" bug | Roberto Ierusalimschy | 2008-05-08 | 1 | -2/+30 |
| | |||||
* | patches for some bugs | Roberto Ierusalimschy | 2008-04-04 | 1 | -7/+94 |
| | |||||
* | several bugs related to precompiled code | Roberto Ierusalimschy | 2008-04-01 | 1 | -0/+53 |
| | |||||
* | bugs: lua_checkstack may have arithmetic overflow for large 'size' + | Roberto Ierusalimschy | 2008-02-14 | 1 | -0/+61 |
| | | | | unpack with maximum indices may crash due to arithmetic overflow | ||||
* | corrected name of 'Patrick Donnelly' | Roberto Ierusalimschy | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + | Roberto Ierusalimschy | 2008-02-11 | 1 | -1/+54 |
| | | | | coroutine.resume pushes element without ensuring stack size | ||||
* | debug.sethook/gethook may overflow the thread's stack | Roberto Ierusalimschy | 2008-01-21 | 1 | -0/+46 |
| | |||||
* | stand-alone interpreter shows incorrect error message when the | Roberto Ierusalimschy | 2007-12-27 | 1 | -0/+21 |
| | | | | 'message' is a coroutine (already fixed in 5.2) | ||||
* | BUG: lua_setfenv may crash if called over an invalid object | Roberto Ierusalimschy | 2007-11-28 | 1 | -0/+21 |
| | |||||
* | BUG: table.remove removes last element of a table when given | Roberto Ierusalimschy | 2007-11-26 | 1 | -0/+25 |
| | | | | an out-of-bound index | ||||
* | BUG: 'gsub' may go wild when wrongly called without its third | Roberto Ierusalimschy | 2007-10-29 | 1 | -0/+31 |
| | | | | > argument and with a large subject. | ||||
* | An error in a module loaded through the '-l' option | Roberto Ierusalimschy | 2007-09-05 | 1 | -0/+18 |
| | | | | shows no traceback. | ||||
* | detail | Roberto Ierusalimschy | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | BUG: too many variables in an assignment may cause a C stack overflow | Roberto Ierusalimschy | 2007-07-31 | 1 | -0/+28 |
| | |||||
* | strong collision for very small numbers used as table keys | Roberto Ierusalimschy | 2007-06-19 | 1 | -0/+17 |
| | |||||
* | patch may be a little simpler | Roberto Ierusalimschy | 2007-05-29 | 1 | -4/+10 |
| | |||||
* | bug: wrong error message in some concatenations | Roberto Ierusalimschy | 2007-05-29 | 1 | -1/+22 |
| | |||||
* | bug: recursive coroutines may overflow C stack | Roberto Ierusalimschy | 2007-05-25 | 1 | -0/+14 |
| | |||||
* | assignment of nil to parameter may be optimized away | Roberto Ierusalimschy | 2007-05-16 | 1 | -5/+145 |
| | | | | | | | __concat metamethod converts numbers to strings loadlib.c should not access Lua internals code generated for "-nil", "-true", and "-false" is wrong Count hook may be called without being set | ||||
* | patch for last bug | Roberto Ierusalimschy | 2007-03-09 | 1 | -1/+39 |
| | |||||
* | two new bugs + one new patch | Roberto Ierusalimschy | 2007-02-09 | 1 | -3/+108 |
| | |||||
* | bug: os.date throws error when result is the empty string | Roberto Ierusalimschy | 2006-09-19 | 1 | -0/+9 |
| | |||||
* | bug: string.format("%") reads past the string | Roberto Ierusalimschy | 2006-09-18 | 1 | -0/+54 |
| | |||||
* | wrong message error in some cases involving closures | Roberto Ierusalimschy | 2006-08-07 | 1 | -0/+43 |
| | |||||
* | bugs now are against 5.1.1 | Roberto Ierusalimschy | 2006-07-13 | 1 | -0/+7 |
| | |||||
* | bug: wrong limit for list constructors | Roberto Ierusalimschy | 2006-07-12 | 1 | -0/+32 |
| | |||||
* | BUG: debug hooks may get wrong when mixed with coroutines | Roberto Ierusalimschy | 2006-06-05 | 1 | -0/+39 |
| | |||||
* | subtle problem with the garbage collector | Roberto Ierusalimschy | 2006-05-24 | 1 | -1/+29 |
| | |||||
* | lua_dostring/lua_dofile should return any values returned by the chunk | Roberto Ierusalimschy | 2006-04-12 | 1 | -0/+23 |
| | |||||
* | BUG: option '%q' for string.format does not handle '\r' correctly | Roberto Ierusalimschy | 2006-04-12 | 1 | -1/+47 |
| | |||||
* | BUG: luaL_checkudata may show wrong error message | Roberto Ierusalimschy | 2006-03-21 | 1 | -0/+38 |
| | |||||
* | BUG: should copy the union, not (some of) its fields | Roberto Ierusalimschy | 2006-03-21 | 1 | -0/+42 |
| | |||||
* | bug in Lua 4.0.2: weak tables that survive one collection are never collected | Roberto Ierusalimschy | 2006-03-20 | 1 | -2/+35 |
| | |||||
* | bug: rawset/rawget do not ignore extra arguments | Roberto Ierusalimschy | 2005-03-11 | 1 | -0/+21 |
| | |||||
* | values holded in open upvalues of suspended threads may be | Roberto Ierusalimschy | 2005-01-19 | 1 | -0/+39 |
| | | | | incorrectly collected | ||||
* | better patch for buffer overflow error | Roberto Ierusalimschy | 2004-11-03 | 1 | -8/+22 |
| | |||||
* | bug: lua_getupvalue and setupvalue do not check for index too small. | Roberto Ierusalimschy | 2004-08-17 | 1 | -0/+21 |
| | |||||
* | BUG: string concatenation may cause arithmetic overflow, leading | Roberto Ierusalimschy | 2004-06-08 | 1 | -0/+36 |
| | | | | to a buffer overflow. |