diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-25 11:52:10 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-25 11:52:10 -0300 |
commit | c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd (patch) | |
tree | d952d5f71b42a05860331da80129f5c23da07fe1 /bugs | |
parent | c2aa7bd72d620731b5a54b532523dbd9f8e1bfc3 (diff) | |
download | lua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.tar.gz lua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.tar.bz2 lua-c9c6f9747c0bfc77a72214e4e95e26a95ab66bbd.zip |
GC may crash when checking C closures
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | ||
217 | Mon Sep 25 11:50:48 EST 2000 | ||
218 | >> GC may crash when checking C closures | ||
219 | (by Philip Yi; since 4.0b) | ||