Skip to content
Snippets Groups Projects
Commit e7a26d7a authored by Sylvain Henry's avatar Sylvain Henry Committed by Marge Bot
Browse files

Fix interaction between fork and kqueue (#24672)

A kqueue file descriptor isn't inherited by a child created with fork.
As such we mustn't try to close this file descriptor as we would close a
random one, e.g. the one used by timerfd.

Fix #24672
parent ad0731ad
No related branches found
No related tags found
No related merge requests found
Pipeline #100891 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment