Searched hist:255328 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/net/
H A Dgetaddrinfo.cdiff 255328 Fri Sep 06 19:07:41 MDT 2013 jilles libc: Use SOCK_CLOEXEC for various internal file descriptors.

This change avoids undesirably passing some internal file descriptors to a
process created (fork+exec) by another thread.

Kernel support for SOCK_CLOEXEC was added in r248534, March 19, 2013.

Completed in 179 milliseconds