Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
inotify: Avoid leaking file descriptor to child processes
inotify_init creates a file descriptor which by default is not makes with CLOEXEC. If the application using libusbmuxd spawns applications this then leaks through.
- Loading branch information