bug: zio mixes a 255 as first char in a buffer with EOZ

This commit is contained in:
Roberto Ierusalimschy
2003-03-20 13:00:56 -03:00
parent 15dbb53461
commit b518d14071
3 changed files with 13 additions and 7 deletions

5
bugs
View File

@@ -329,3 +329,8 @@ Fri Feb 28 14:20:33 EST 2003
>> GC metamethod calls could mess C/Lua stack syncronization
(by Roberto; since 5.0b)
** lzio.h/zlio.c
Thu Mar 20 11:40:12 EST 2003
>> zio mixes a 255 as first char in a buffer with EOZ
(by lhf; since 5.0a)