DescriptionAdded FD_CLOEXEC flag to client/server socket file descriptors
Without the FD_CLOEXEC, all subprocesses will inherit the open socket
file descriptors of the current process due to the default behavior
of fork()+exec().
Committed: https://code.google.com/p/dart/source/detail?r=14952
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|