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

desock: exit on shutdown of accepted socket, not on 2nd accept #68

Merged
merged 1 commit into from
Apr 27, 2020

Conversation

hillu
Copy link
Contributor

@hillu hillu commented Apr 25, 2020

Fuzzing a single-threaded poll/epoll-based network server using AFL++
did not work because the server would call accept(2) again before
processing the first connection and would therefore instantly exit.

Fuzzing a single-threaded poll/epoll-based network server using AFL++
did not work because the server would call accept(2) again before
processing the first connection and would therefore instantly exit.
@zardus zardus merged commit dd96c13 into zardus:master Apr 27, 2020
@zardus
Copy link
Owner

zardus commented Apr 27, 2020

Looks good, thanks!

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.

2 participants