You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ignore descriptors lower than our specified minimum
47
+
continue
48
+
}
49
+
50
+
// intentionally ignore errors from syscall.CloseOnExec
51
+
syscall.CloseOnExec(fd)
52
+
// the cases where this might fail are basically file descriptors that have already been closed (including and especially the one that was created when ioutil.ReadDir did the "opendir" syscall)
0 commit comments