KevinMGranger / go9p

Automatically exported from code.google.com/p/go9p
Other
0 stars 0 forks source link

bug in *Srv Read #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
srv/fcall.go

func (srv *Srv) read(req *Req) 

if tc.Count+p.IOHDRSZ > req.Conn.Msize {
                req.RespondError(Etoolarge)
        }

There probably should be a return here.

Original issue reported on code.google.com by Evgeny.B...@gmail.com on 14 Sep 2010 at 6:36

GoogleCodeExporter commented 9 years ago
this was fixed in a previous change, sorry for the delay.

Original comment by mirtchov...@gmail.com on 19 Oct 2010 at 3:06