diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-21 15:30:31 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2001-12-21 15:30:31 -0200 |
commit | 9d2e454d6f42f86faf645a4a24f66023846ea9ab (patch) | |
tree | fd77170dc472eeb7f4b9d750933ca0700d5e6ad6 /bugs | |
parent | 09e15692f3a237e2858cc67e2e7f07c3e4c983e7 (diff) | |
download | lua-9d2e454d6f42f86faf645a4a24f66023846ea9ab.tar.gz lua-9d2e454d6f42f86faf645a4a24f66023846ea9ab.tar.bz2 lua-9d2e454d6f42f86faf645a4a24f66023846ea9ab.zip |
BUG: seg. fault when rawget/rawset get extra arguments
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -270,3 +270,10 @@ Tue Jul 10 16:59:18 EST 2001 | |||
270 | >> error message for `%a' gave wrong line number | 270 | >> error message for `%a' gave wrong line number |
271 | (by Leonardo Constantino; since 4.0) | 271 | (by Leonardo Constantino; since 4.0) |
272 | 272 | ||
273 | ** lbaselib.c | ||
274 | Fri Dec 21 15:21:05 EDT 2001 | ||
275 | >> seg. fault when rawget/rawset get extra arguments | ||
276 | (by Eric Mauger; since 4.0b) | ||
277 | |||
278 | |||
279 | |||