GC may crash when checking C closures

This commit is contained in:
Roberto Ierusalimschy
2000-09-25 11:52:10 -03:00
parent c2aa7bd72d
commit c9c6f9747c
2 changed files with 6 additions and 2 deletions

4
bugs
View File

@@ -213,3 +213,7 @@ Mon Sep 25 11:47:48 EST 2000
>> lua_gettable does not get key from stack top
(by Philip Yi; since 4.0b)
** lgc.c
Mon Sep 25 11:50:48 EST 2000
>> GC may crash when checking C closures
(by Philip Yi; since 4.0b)