[release-branch.go1] net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.
««« backport d694b1866058
net: fix {FileConn, FileListener, FilePacketConn} fd leak to child process.
All of them call `newFileFD' which must properly restore close-on-exec on
duplicated fds.
R=golang-dev, bradfitz, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/6445081
»»»
Loading
Please sign in to comment