diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-04 10:53:24 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-01-04 10:53:24 -0200 |
commit | b94110a68f0ca5740b5e09c04a8049fd451a2b7a (patch) | |
tree | 59a27795c68cc090e1cdd8486d6b3af22b61e0e6 /bugs | |
parent | 827846804196b1779a61ffdc75d0aeb157f8465d (diff) | |
download | lua-b94110a68f0ca5740b5e09c04a8049fd451a2b7a.tar.gz lua-b94110a68f0ca5740b5e09c04a8049fd451a2b7a.tar.bz2 lua-b94110a68f0ca5740b5e09c04a8049fd451a2b7a.zip |
bug: "format" does not check size of format item (such as "%00000...00000d").
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -58,3 +58,6 @@ Fri Dec 18 11:22:55 EDT 1998 | |||
58 | >> "tonumber" goes crazy with negative numbers in other bases (not 10), | 58 | >> "tonumber" goes crazy with negative numbers in other bases (not 10), |
59 | because "strtol" returns long, not unsigned long. | 59 | because "strtol" returns long, not unsigned long. |
60 | 60 | ||
61 | ** lstrlib.c | ||
62 | Mon Jan 4 10:41:40 EDT 1999 | ||
63 | >> "format" does not check size of format item (such as "%00000...00000d"). | ||