]> Cypherpunks repositories - gostls13.git/commit
syscall: fix Write(nil) on NaCl
authorRuss Cox <rsc@golang.org>
Tue, 20 May 2014 15:38:34 +0000 (11:38 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 20 May 2014 15:38:34 +0000 (11:38 -0400)
commit82854d7b398ff49896c6b10e954891aa36fb1ade
tree285e7350cf1cd44548da71f1d98037c5170168a6
parenta4a1fadfa2bdb4f6cfb1ed1dcf6b4bb0cd58060f
syscall: fix Write(nil) on NaCl

Fixes #7050.

LGTM=crawshaw, r
R=golang-codereviews, crawshaw, r
CC=golang-codereviews
https://golang.org/cl/91590043
src/pkg/syscall/fd_nacl.go
test/fixedbugs/issue7050.go [new file with mode: 0644]