]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompress...
authorStan Ulbrych <stan@python.org>
Mon, 13 Jul 2026 07:31:44 +0000 (09:31 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jul 2026 07:31:44 +0000 (07:31 +0000)
commitb0842ed1ef73894dcddd248be394f945405d1099
treea7b9c15bef64810701a9f2c2b84e08e476891904
parent368aebd1b5560ea589bef87a6e08760b6bbb4961
[3.14] gh-148286: Fix UB in `ZstdDecompressor.unused_data` when a frame is decompressed in one call (GH-153258) (#153645)

(cherry picked from commit adebb68153346043c0671fa5725d269c32cc40e4)

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Misc/NEWS.d/next/Library/2026-07-07-13-31-52.gh-issue-148286.-qu-em.rst [new file with mode: 0644]
Modules/_zstd/decompressor.c