Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
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.2k
Star
74.2k
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
You can’t perform that action at this time.