-
-
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
Fix unsoundness in read_to_end #3428
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 👍
.github/workflows/ci.yml
Outdated
@@ -1,8 +1,8 @@ | |||
on: | |||
push: | |||
branches: ["master"] | |||
branches: ["tokio-1.0.x"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep master as we will eventually merge into master. Also, we should be able to do a glob: "tokio-*.x".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a companion of #3426 that contains just the unsoundness fix so we can release it in a patch release.