diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-01-23 09:31:38 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-01-23 09:31:38 -0200 |
commit | e44e579dc19ec0060f5e84c7a692b5c1cff2eec3 (patch) | |
tree | aae4ceddfd208640dee81368c94903384d29e034 /bugs | |
parent | a153cafd8df6c3b6dfd13d3d99d7a39d912dc983 (diff) | |
download | lua-e44e579dc19ec0060f5e84c7a692b5c1cff2eec3.tar.gz lua-e44e579dc19ec0060f5e84c7a692b5c1cff2eec3.tar.bz2 lua-e44e579dc19ec0060f5e84c7a692b5c1cff2eec3.zip |
bug: luaD_protectedparser must protect its garbage collection too
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -313,3 +313,9 @@ Fri Dec 20 09:53:19 UTC 2002 | |||
313 | >> `resume' was checking the wrong value for stack overflow | 313 | >> `resume' was checking the wrong value for stack overflow |
314 | (by Maik Zimmermann; since 5.0b) | 314 | (by Maik Zimmermann; since 5.0b) |
315 | 315 | ||
316 | ** ldo.c | ||
317 | Thu Jan 23 11:29:06 UTC 2003 | ||
318 | >> error during garbage collection in luaD_protectedparser is not being | ||
319 | >> protected | ||
320 | (by Benoit Germain; since 5.0a) | ||
321 | |||