Skip to content
  • Yusuke Endoh's avatar
    c07fb791
    Avoid file descriptor leak · c07fb791
    Yusuke Endoh authored
    `extra_fd` was leaked if `fd_set_cloexec` fails -- I can't think of any
    chance of that happening here, but just in case.
    
    Coverity Scan found this issue.
    c07fb791
    Avoid file descriptor leak
    Yusuke Endoh authored
    `extra_fd` was leaked if `fd_set_cloexec` fails -- I can't think of any
    chance of that happening here, but just in case.
    
    Coverity Scan found this issue.
Loading