diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-03-20 13:00:56 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-03-20 13:00:56 -0300 |
commit | b518d1407149a23d31b486f5bd3ef9e6daae93c1 (patch) | |
tree | c3dfc35a5aa3612e6657e065233d4b92f0a0fe64 /bugs | |
parent | 15dbb5346143a0af082fa96477db788a78fa6c61 (diff) | |
download | lua-b518d1407149a23d31b486f5bd3ef9e6daae93c1.tar.gz lua-b518d1407149a23d31b486f5bd3ef9e6daae93c1.tar.bz2 lua-b518d1407149a23d31b486f5bd3ef9e6daae93c1.zip |
bug: zio mixes a 255 as first char in a buffer with EOZ
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -329,3 +329,8 @@ Fri Feb 28 14:20:33 EST 2003 | |||
329 | >> GC metamethod calls could mess C/Lua stack syncronization | 329 | >> GC metamethod calls could mess C/Lua stack syncronization |
330 | (by Roberto; since 5.0b) | 330 | (by Roberto; since 5.0b) |
331 | 331 | ||
332 | ** lzio.h/zlio.c | ||
333 | Thu Mar 20 11:40:12 EST 2003 | ||
334 | >> zio mixes a 255 as first char in a buffer with EOZ | ||
335 | (by lhf; since 5.0a) | ||
336 | |||