FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
bpo-45509: Check gzip headers for corrupted fields by rhpvorderman · Pull Request #29028 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.7k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
bpo-45509: Check gzip headers for corrupted fields
- #29028
#29028
Merged
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
rhpvorderman:bpo-45509
rhpvorderman/cpython:bpo-45509
Copy head branch name to clipboard
May 13, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
bpo-45509: Check gzip headers for corrupted fields
#29028
serhiy-storchaka
merged 12 commits into
python:main
python/cpython:main
from
rhpvorderman:bpo-45509
rhpvorderman/cpython:bpo-45509
Copy head branch name to clipboard
Commits
Commits on Nov 23, 2021
Check gzip headers for corrupted fields
rhpvorderman
committed
617e064
View commit details
Copy full SHA for 617e064
Browse repository at this point
Commits on Nov 24, 2021
Minor performance tweaks to _read_gzip_header
Show description for 3d5bb47
rhpvorderman
committed
3d5bb47
View commit details
Copy full SHA for 3d5bb47
Browse repository at this point
Optimize _read_gzip_header for the most common code paths
Show description for e68e76e
rhpvorderman
committed
e68e76e
View commit details
Copy full SHA for e68e76e
Browse repository at this point
Commits on Jan 30, 2023
Merge branch 'main' into bpo-45509
hauntsaninja
authored
2dfc96c
View commit details
Copy full SHA for 2dfc96c
Browse repository at this point
Commits on Apr 10, 2026
Merge branch 'main' into bpo-45509
rhpvorderman
authored
65108b6
View commit details
Copy full SHA for 65108b6
Browse repository at this point
Update test_gzip.py
Show description for 64ad8e9
rhpvorderman
authored
64ad8e9
View commit details
Copy full SHA for 64ad8e9
Browse repository at this point
Commits on May 11, 2026
Merge branch 'main' into bpo-45509
serhiy-storchaka
authored
a8fe591
View commit details
Copy full SHA for a8fe591
Browse repository at this point
Commits on May 12, 2026
Factor out reading until null and use a bytearray
rhpvorderman
committed
4d13ece
View commit details
Copy full SHA for 4d13ece
Browse repository at this point
Simplify comments. Better grouping of statements
rhpvorderman
committed
6ea0f0e
View commit details
Copy full SHA for 6ea0f0e
Browse repository at this point
Fix error in method
rhpvorderman
committed
4d0f01d
View commit details
Copy full SHA for 4d0f01d
Browse repository at this point
Commits on May 13, 2026
Do not store header for common FNAME flag
rhpvorderman
committed
2fb1ce0
View commit details
Copy full SHA for 2fb1ce0
Browse repository at this point
Reduce number of object creations
rhpvorderman
committed
ae60e94
View commit details
Copy full SHA for ae60e94
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL