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
On macOS 10.15.4, accessing data structure returned by `scandir`
occassionally returns a mysterious `SIGSEGV (Address boundary error)`.
Replace it with opendir/readdir/closedir instead to mitigate this
problem.
Closes#122
0 commit comments