Problem: eventfd leaks socket on fork+exec
Solution: if available, use eventfd with EFD_CLOEXEC flag to make the process close the socket on fork+exec
Showing
Please
register
or
sign in
to comment
Solution: if available, use eventfd with EFD_CLOEXEC flag to make the process close the socket on fork+exec