BUG: tostring() without arguments gives seg. fault.

This commit is contained in:
Roberto Ierusalimschy
2000-04-03 10:20:33 -03:00
parent 36e1390631
commit e30327728c
2 changed files with 12 additions and 2 deletions

10
bugs
View File

@@ -143,3 +143,13 @@ Thu Mar 2 09:41:53 EST 2000
>> lua_settable should check stack space (it could call a T.M.)
(by lhf & celes; since 3.2; it was already fixed by fixed stack)
** lparser.c
Mon Apr 3 09:59:06 EST 2000
>> '%' should be in expfollow
(by Edgar Toernig; since 3.1; it was already fixed)
** lbuiltin.c
Mon Apr 3 10:05:05 EST 2000
>> tostring() without arguments gives seg. fault.
(by Edgar Toernig; since 3.0)