diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-28 16:45:15 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-28 16:45:15 -0300 |
commit | 69dd9461e5aeb98fe9bbc71f1e81859d03ec8a34 (patch) | |
tree | d9505d7a0e89940c55ff0a1fd3c13311b9084197 /bugs | |
parent | 6b6bc532a4f5e335540e6f19914cfe8435d064ed (diff) | |
download | lua-69dd9461e5aeb98fe9bbc71f1e81859d03ec8a34.tar.gz lua-69dd9461e5aeb98fe9bbc71f1e81859d03ec8a34.tar.bz2 lua-69dd9461e5aeb98fe9bbc71f1e81859d03ec8a34.zip |
bug: GC metamethod calls could mess C/Lua stack syncronization
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -324,3 +324,8 @@ Thu Jan 23 11:29:06 UTC 2003 | |||
324 | >> protected | 324 | >> protected |
325 | (by Benoit Germain; since 5.0a) | 325 | (by Benoit Germain; since 5.0a) |
326 | 326 | ||
327 | ** ldo.c (and others) | ||
328 | Fri Feb 28 14:20:33 EST 2003 | ||
329 | >> GC metamethod calls could mess C/Lua stack syncronization | ||
330 | (by Roberto; since 5.0b) | ||
331 | |||