On Wed, Feb 9, 2011 at 13:39, <r@golang.org> wrote: > LGTM but i'm curious how ...
14 years, 1 month ago
(2011-02-09 19:09:19 UTC)
#4
On Wed, Feb 9, 2011 at 13:39, <r@golang.org> wrote:
> LGTM but i'm curious how you figured it out
Half luck.
When I saw that the zero-length write was the
one returning the EFAULT I knew why, because
the NaCl developers made the same mistake.
I fixed package syscall only for cleanliness.
I was surprised when it fixed godoc entirely.
Russ
*** Submitted as 5e1e2010ca05 *** syscall: do not use NULL for zero-length read, write Avoids ...
14 years, 1 month ago
(2011-02-09 19:28:48 UTC)
#5
*** Submitted as 5e1e2010ca05 ***
syscall: do not use NULL for zero-length read, write
Avoids problems running Linux binaries under QEMU.
R=r, gri
CC=golang-dev
http://codereview.appspot.com/4151043
Issue 4151043: code review 4151043: syscall: do not use NULL for zero-length read, write
(Closed)
Created 14 years, 1 month ago by rsc
Modified 14 years, 1 month ago
Reviewers:
Base URL:
Comments: 1