getlocal cannot return the local itself, since lua_isstring and

lua_isnumber can modify it.
This commit is contained in:
Roberto Ierusalimschy
1999-02-03 14:42:42 -02:00
parent ae29ab9858
commit 80001ab0eb
2 changed files with 9 additions and 4 deletions

6
bugs
View File

@@ -61,3 +61,9 @@ because "strtol" returns long, not unsigned long.
** lstrlib.c
Mon Jan 4 10:41:40 EDT 1999
>> "format" does not check size of format item (such as "%00000...00000d").
** lapi.c
Wed Feb 3 14:40:21 EDT 1999
>> getlocal cannot return the local itself, since lua_isstring and
lua_isnumber can modify it.