bug: gsub/strfind do not check whether captures are properly finished.

This commit is contained in:
Roberto Ierusalimschy
1998-11-10 17:38:12 -02:00
parent 4ccfb2f9bc
commit a84bca67fc
2 changed files with 10 additions and 3 deletions

4
bugs
View File

@@ -48,3 +48,7 @@ Mon May 18 19:20:00 EST 1998
Mon Sep 7 15:57:02 EST 1998
>> function "luaL_argerror" prints wrong argument number (from a user's point
of view) when functions have upvalues.
** lstrlib.c
Tue Nov 10 17:29:36 EDT 1998
>> gsub/strfind do not check whether captures are properly finished.