[3.6] bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) by vstinner · Pull Request #14162 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

ned-deily merged 1 commit intopython:3.6from

vstinner:email_fold_dos_36

Jun 18, 2019

Merged

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Jun 17, 2019

edited by bedevere-bot

Loading

(cherry picked from commit c1f5667)

https://bugs.python.org/issue33529

@vstinner

Copy link Copy Markdown

Member Author

@ned-deily: Would you mind to merge this security fix into 3.6? This is a straightforward backport using git cherry-pick -x: there was no conflict. I checked locally that test_email pass. The change fix a denial-of-service in the email module.

@vstinner

Copy link Copy Markdown

Member Author

@tirkarthi: Would you mind to have a look?

@ned-deily ned-deily merged commit 516a6a2 into python:3.6

Jun 18, 2019

@vstinner vstinner deleted the email_fold_dos_36 branch

June 18, 2019 08:22

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@vstinner @ned-deily @the-knights-who-say-ni @bedevere-bot @wojcikk2903