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

Document that Mio report OOB data in Event::is_readable #1524

Merged
merged 3 commits into from Nov 6, 2021

Conversation

Thomasdezeeuw
Copy link
Collaborator

Reporting Out-of-band (OOB) as readable it could leave applications open
to DoS attacks. However because Mio uses edge-triggers most applications
won't actually be effected.

Closes #1317.

We've updated our MSVR since the comment above it.
Reporting Out-of-band (OOB) as readable it could leave applications open
to DoS attacks. However because Mio uses edge-triggers most applications
won't actually be effected.
@Thomasdezeeuw
Copy link
Collaborator Author

/cc @piscisaureus

@Thomasdezeeuw Thomasdezeeuw merged commit 05009e4 into tokio-rs:master Nov 6, 2021
@Thomasdezeeuw Thomasdezeeuw deleted the issue#1317_doc_OOB branch November 6, 2021 16:17
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.

MIO should not report out-of-band data as 'is_readable'.
2 participants