]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45509: Check gzip headers for corrupted fields (GH-29028)
authorRuben Vorderman <r.h.p.vorderman@lumc.nl>
Wed, 13 May 2026 10:20:33 +0000 (12:20 +0200)
committerGitHub <noreply@github.com>
Wed, 13 May 2026 10:20:33 +0000 (10:20 +0000)
commitdd94457893a1dd2c99c2405e197f54a7692cbe09
treeafe9bef25f622277fcb62a1ca9ebaaee306e81b2
parent94df62542cdf1c9eb082abab1534cbd1fd425062
bpo-45509: Check gzip headers for corrupted fields (GH-29028)

Check the header checksum it the HCRC field is present.
Lib/gzip.py
Lib/test/test_gzip.py
Misc/NEWS.d/next/Library/2021-10-18-13-46-55.bpo-45509.Upwb60.rst [new file with mode: 0644]