Skip to content
  • Stefano Aloé's avatar
    Avoid socket listening error · 8f899902
    Stefano Aloé authored
    Closing all file descriptor above 3 is causing problem to socket() and listen(). Setting FD_CLOEXEC on them solves the problem and should have exactly the same behavior.
    
    BUG: 400929
    8f899902