]> Cypherpunks repositories - gostls13.git/commit
exec: closeAfterWait append bug
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Jul 2011 21:46:46 +0000 (14:46 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 11 Jul 2011 21:46:46 +0000 (14:46 -0700)
commitd1f4e0d14e4a86ca7d35d569e3d20555b14da4ab
treedf4d97d5ec212184121ad1bfc575d0021049eb14
parent2f69a7359159171c0fe2ddede22a1328f71bc4ef
exec: closeAfterWait append bug

Wasn't actually eager closing the fds as a result of the
copy/paste bug. (GC was doing it instead)

R=rsc
CC=golang-dev
https://golang.org/cl/4671057
src/pkg/exec/exec.go