From b3b7cf7335048afa1fce4033a565b55ad5d079c2 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 27 Jan 1998 17:13:45 -0200 Subject: BUG: "lua_getstring" may create a new string, so should check GC --- bugs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bugs') diff --git a/bugs b/bugs index d2155964..ffa4cec1 100644 --- a/bugs +++ b/bugs @@ -24,3 +24,8 @@ Tue Jan 27 15:27:49 EDT 1998 >> formats like "%020d" were considered too big (3 algarithms); moreover, >> some sistems limit printf to at most 500 chars, so we can limit sizes >> to 2 digits (99). + +** lapi.c +Tue Jan 27 17:12:36 EDT 1998 +>> "lua_getstring" may create a new string, so should check GC + -- cgit v1.2.3-55-g6feb