Skip to content

Fix ReadLine's soundness issue regarding to exception safety#3020

Merged
taiki-e merged 1 commit into
rust-lang:masterfrom
Evian-Zhang:fix-readline-exception-safety
Jul 5, 2026
Merged

Fix ReadLine's soundness issue regarding to exception safety#3020
taiki-e merged 1 commit into
rust-lang:masterfrom
Evian-Zhang:fix-readline-exception-safety

Conversation

@Evian-Zhang

Copy link
Copy Markdown
Contributor

Fix #3019

@rustbot rustbot added A-io Area: futures::io S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 5, 2026

@taiki-e taiki-e left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taiki-e
taiki-e merged commit edccd29 into rust-lang:master Jul 5, 2026
25 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jul 5, 2026
@taiki-e taiki-e added 0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jul 5, 2026
@taiki-e taiki-e mentioned this pull request Jul 18, 2026
@taiki-e

taiki-e commented Jul 18, 2026

Copy link
Copy Markdown
Member

Published in 0.3.33.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0.3-backport: pending The maintainer accepted to backport this to the 0.3 branch, but backport has not been done yet. A-io Area: futures::io S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

futures-util's Readline is not exception safe, leading to unsound Readline::drop

3 participants