From b94110a68f0ca5740b5e09c04a8049fd451a2b7a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 4 Jan 1999 10:53:24 -0200 Subject: bug: "format" does not check size of format item (such as "%00000...00000d"). --- bugs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index c07d8a66..3a9bf65a 100644 --- a/bugs +++ b/bugs @@ -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"). -- cgit v1.2.3-55-g6feb