]> Cypherpunks repositories - gostls13.git/commit
syscall: fix a bug in the shuffling of file descriptors in StartProcess on Linux.
authorCosmos Nicolaou <cnicolaou@google.com>
Tue, 30 Apr 2013 18:52:23 +0000 (11:52 -0700)
committerRob Pike <r@golang.org>
Tue, 30 Apr 2013 18:52:23 +0000 (11:52 -0700)
commitb493f0a868982711903c01f759a56c448d908b12
tree90d0f818c037929139a5ebcc55197ee76d62347f
parent479b1241b5c7451d367d55a4afa9f071f9beb4f6
syscall: fix a bug in the shuffling of file descriptors in StartProcess on Linux.

R=iant, iant, r, bradfitz
CC=golang-dev
https://golang.org/cl/8334044
src/pkg/os/exec/exec_test.go
src/pkg/syscall/exec_linux.go