-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Make named pipe configuration less error prone #5359
Labels
A-tokio
Area: The main tokio crate
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-net
Module: tokio/net
Comments
Darksonn
added
E-help-wanted
Call for participation: Help is requested to fix this issue.
A-tokio
Area: The main tokio crate
M-net
Module: tokio/net
labels
Jan 6, 2023
Yeah, that looks reasonable, although we might want to make the same change to the open mode. |
Sorry that I forgot about your PR. Do you want to submit the other commit as a PR? |
mhils
added a commit
to mhils/tokio
that referenced
this issue
Feb 19, 2023
No worries and thanks for getting to it! I've rebased the patch from above and opened #5477. :) |
mhils
added a commit
to mhils/tokio
that referenced
this issue
Feb 19, 2023
mhils
added a commit
to mhils/tokio
that referenced
this issue
Feb 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-tokio
Area: The main tokio crate
E-help-wanted
Call for participation: Help is requested to fix this issue.
M-net
Module: tokio/net
The current design of the named pipe builder resulted in CVE-2023-22466. It should be refactored to make this kind of mistake impossible.
Refs: #5336
The text was updated successfully, but these errors were encountered: