summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-05-07 13:35:24 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-05-07 13:35:24 -0300
commit4833fb8273bf2017bb6c27c9aba571d40b4a5086 (patch)
tree645476d2669d699155d1cf5d62246120da86b0a2 /bugs
parent77e7ebca0ab70a7ff00179099a0383314420b2af (diff)
downloadlua-github-4833fb8273bf2017bb6c27c9aba571d40b4a5086.tar.gz
marks for releases 5.2.2 and 5.2.3 + correction in last bug's description
Diffstat (limited to 'bugs')
-rw-r--r--bugs16
1 files changed, 13 insertions, 3 deletions
diff --git a/bugs b/bugs
index 2886f13a..23fc6768 100644
--- a/bugs
+++ b/bugs
@@ -1880,8 +1880,8 @@ patch = [[
+++ lundump.c 2008/04/04 19:51:41 2.7.1.4
@@ -1,5 +1,5 @@
/*
--** $Id: bugs,v 1.129 2013/11/08 18:23:16 roberto Exp roberto $
-+** $Id: bugs,v 1.129 2013/11/08 18:23:16 roberto Exp roberto $
+-** $Id: bugs,v 1.130 2014/04/03 13:30:23 roberto Exp roberto $
++** $Id: bugs,v 1.130 2014/04/03 13:30:23 roberto Exp roberto $
** load precompiled Lua chunks
** See Copyright Notice in lua.h
*/
@@ -2905,6 +2905,12 @@ patch = [[
]]
}
+
+
+-----------------------------------------------------------------
+-- Lua 5.2.2
+
+
Bug{
what = [[stack overflow in vararg functions with many fixed
parameters called with few arguments]],
@@ -3202,8 +3208,12 @@ patch = [[
}
+
+-----------------------------------------------------------------
+-- Lua 5.2.3
+
Bug{
-what = [[compiler can optimize away overflow check in 'table.concat']],
+what = [[compiler can optimize away overflow check in 'table.unpack']],
report = [[Paige DePol, 2014/03/30]],
since = [[5.1 (at least)]],
fix = nil,