aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-25 11:52:10 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-25 11:52:10 -0300
commitc9c6f9747c0bfc77a72214e4e95e26a95ab66bbd (patch)
treed952d5f71b42a05860331da80129f5c23da07fe1 /bugs
parentc2aa7bd72d620731b5a54b532523dbd9f8e1bfc3 (diff)
downloadlua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.tar.gz
lua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.tar.bz2
lua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.zip
GC may crash when checking C closures
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugs b/bugs
index b668cc00..c82a31d5 100644
--- a/bugs
+++ b/bugs
@@ -213,3 +213,7 @@ Mon Sep 25 11:47:48 EST 2000
213>> lua_gettable does not get key from stack top 213>> lua_gettable does not get key from stack top
214(by Philip Yi; since 4.0b) 214(by Philip Yi; since 4.0b)
215 215
216** lgc.c
217Mon Sep 25 11:50:48 EST 2000
218>> GC may crash when checking C closures
219(by Philip Yi; since 4.0b)