Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix protection failure when calling select() on a file descriptor larger than FD_SETSIZE #114

Closed
wants to merge 3 commits into from

Conversation

azeteg
Copy link

@azeteg azeteg commented Jun 29, 2023

Fixes #113

George Yohng and others added 3 commits April 12, 2019 11:22
File descriptor passed to select() may not exceed FD_SETSIZE, since this can generate a kernel protection failure. Switch to using poll() and WSAPoll() APIs to avoid this problem.
@azeteg azeteg closed this Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kernel protection failure when calling select() on a file descriptor larger than FD_SETSIZE
1 participant