aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-03-20 13:00:56 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2003-03-20 13:00:56 -0300
commitb518d1407149a23d31b486f5bd3ef9e6daae93c1 (patch)
treec3dfc35a5aa3612e6657e065233d4b92f0a0fe64 /bugs
parent15dbb5346143a0af082fa96477db788a78fa6c61 (diff)
downloadlua-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--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index e39ae780..89ec20db 100644
--- a/bugs
+++ b/bugs
@@ -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
333Thu 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