shithub: riscv

Download patch

ref: a0d4c5e208405f84076891faaa43235bb2b87fc2
parent: a840b597cad282e837560b65dad89aa0cfd4af77
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Jul 23 22:21:32 EDT 2016

make error handling in 9p service loops consistent

when we get eof, stop the loop immidiately and do not
rely on the read to eventually return an error.

when convM2S() fails to decode the message, error out
and stop the loop. there is no point in continuing.