Description[NaCl SDK] nacl_io: Fix FuseFs.{read,write}
I misinterpreted the docs as meaning that read() and write() should
always return the number of bytes requested.
What it actually says is that the functions should always return the
number of bytes requested _unless_ the EOF is reached or there is an
error.
BUG=411557
R=sbc@chromium.org
Committed: https://crrev.com/49b78e743721747e1b41ad055c0d9999b65a1510
Cr-Commit-Position: refs/heads/master@{#294018}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|