aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-01-23 09:31:38 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-01-23 09:31:38 -0200
commite44e579dc19ec0060f5e84c7a692b5c1cff2eec3 (patch)
treeaae4ceddfd208640dee81368c94903384d29e034 /bugs
parenta153cafd8df6c3b6dfd13d3d99d7a39d912dc983 (diff)
downloadlua-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--bugs6
1 files changed, 6 insertions, 0 deletions
diff --git a/bugs b/bugs
index 98639a13..c305d909 100644
--- a/bugs
+++ b/bugs
@@ -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
317Thu 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