diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-02 09:44:29 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-03-02 09:44:29 -0300 |
commit | 1780e2c977da2eadd71a982b9db1db1d768ebd8a (patch) | |
tree | eefa3c5d64cc60ff024b4f219d24cdb803a3d9ff | |
parent | fa14cbf8e83c771da66e33730b85047381f5042b (diff) | |
download | lua-1780e2c977da2eadd71a982b9db1db1d768ebd8a.tar.gz lua-1780e2c977da2eadd71a982b9db1db1d768ebd8a.tar.bz2 lua-1780e2c977da2eadd71a982b9db1db1d768ebd8a.zip |
lua_settable should check stack space (it could call a T.M.)
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -137,3 +137,9 @@ Wed Dec 29 16:05:43 EDT 1999 | |||
137 | Thu Dec 30 16:39:33 EDT 1999 | 137 | Thu Dec 30 16:39:33 EDT 1999 |
138 | >> cannot reopen stdin (for binary mode) | 138 | >> cannot reopen stdin (for binary mode) |
139 | (by lhf & roberto; since 3.1) | 139 | (by lhf & roberto; since 3.1) |
140 | |||
141 | ** lapi.c | ||
142 | Thu Mar 2 09:41:53 EST 2000 | ||
143 | >> lua_settable should check stack space (it could call a T.M.) | ||
144 | (by lhf & celes; since 3.2; it was already fixed by fixed stack) | ||
145 | |||