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

[3.6] bpo-39017: Avoid infinite loop in the tarfile module (GH-21454) #21485

Merged
merged 1 commit into from Jul 15, 2020

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 15, 2020

Avoid infinite loop when reading specially crafted TAR files using the tarfile module
(CVE-2019-20907).
(cherry picked from commit 5a8d121)

Co-authored-by: Rishi rishi_devan@mail.com

https://bugs.python.org/issue39017

Avoid infinite loop when reading specially crafted TAR files using the tarfile module
(CVE-2019-20907).
(cherry picked from commit 5a8d121)

Co-authored-by: Rishi <rishi_devan@mail.com>
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jul 15, 2020

@rishi93 and @encukou: Status check is done, and it's a success .

1 similar comment
@miss-islington
Copy link
Contributor Author

@miss-islington miss-islington commented Jul 15, 2020

@rishi93 and @encukou: Status check is done, and it's a success .

@ned-deily ned-deily merged commit 47a2955 into python:3.6 Jul 15, 2020
4 checks passed
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jul 15, 2020

@ned-deily: Please replace # with GH- in the commit message next time. Thanks!

@miss-islington miss-islington deleted the backport-5a8d121-3.6 branch Jul 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants