Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eventpoll: use-after-possible-free in epoll_create1()
As soon as we'd installed the file into descriptor table, it can get closed by another thread. Freeing ep in process... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information