00437: [3.8] gh-121285: Remove backtracking when parsing tarfile head…#87
Merged
frenzymadness merged 1 commit intofedora-python:fedora-3.6from Nov 4, 2024
Merged
Conversation
182d6ca to
3209abb
Compare
Member
Author
|
I had to remove one usage of the walrus operator to make the patch work. |
Member
|
Could you please remove the 3.8 bit from the commit message? It is kinda confusing. |
Member
|
I would rewrite the commit message something like |
3209abb to
7f22d2a
Compare
* Remove backtracking when parsing tarfile headers * Rewrite PAX header parsing to be stricter * Optimize parsing of GNU extended sparse headers v0.0 (cherry picked from commit 34ddb64) Co-authored-by: Seth Michael Larson <seth@python.org> Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Lumír Balhar <lbalhar@redhat.com>
Member
Author
|
Fixed and reflected everywhere. |
Member
Author
|
This PR completely slipped out of my radar. The fix is already delivered in all Fedora releases so I'm going to merge this as well and add a proper tag. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…ers (pythonGH-121286) (python#123642)
(cherry picked from commit 34ddb64)