From 444d6a106bdad894808288fc2594ff0b0eac6cba Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Wed, 27 Sep 2000 09:51:39 -0300 Subject: lua_tag should return LUA_NOTAG for non-valid indices --- bugs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bugs') diff --git a/bugs b/bugs index c82a31d5..e10e7f60 100644 --- a/bugs +++ b/bugs @@ -215,5 +215,11 @@ Mon Sep 25 11:47:48 EST 2000 ** lgc.c Mon Sep 25 11:50:48 EST 2000 ->> GC may crash when checking C closures +>> GC may crash when checking locked C closures (by Philip Yi; since 4.0b) + +** lapi.c +Wed Sep 27 09:50:19 EST 2000 +>> lua_tag should return LUA_NOTAG for non-valid indices +(by Paul Hankin; since 4.0b) + -- cgit v1.2.3-55-g6feb