Skip to content

[3.13] gh-148395: Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor (GH-148396)#148479

Merged
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-8fc66ae-3.13
Apr 13, 2026
Merged

[3.13] gh-148395: Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor (GH-148396)#148479
gpshead merged 1 commit intopython:3.13from
miss-islington:backport-8fc66ae-3.13

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Apr 13, 2026

Fix dangling input pointer after MemoryError in _lzma/_bz2/_ZlibDecompressor.decompress
(cherry picked from commit 8fc66ae)

Co-authored-by: Stan Ulbrych stan@python.org

…pythonGH-148396)

Fix dangling input pointer after `MemoryError` in _lzma/_bz2/_ZlibDecompressor.decompress
(cherry picked from commit 8fc66ae)

Co-authored-by: Stan Ulbrych <stan@python.org>
@gpshead gpshead enabled auto-merge (squash) April 13, 2026 01:16
@gpshead gpshead merged commit c3cf71c into python:3.13 Apr 13, 2026
43 checks passed
@miss-islington miss-islington deleted the backport-8fc66ae-3.13 branch April 13, 2026 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants