bug: "format" does not check size of format item (such as "%00000...00000d").

This commit is contained in:
Roberto Ierusalimschy
1999-01-04 10:53:24 -02:00
parent 8278468041
commit b94110a68f
2 changed files with 36 additions and 39 deletions

3
bugs
View File

@@ -58,3 +58,6 @@ Fri Dec 18 11:22:55 EDT 1998
>> "tonumber" goes crazy with negative numbers in other bases (not 10),
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").