Skip to content

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

Open
miss-islington wants to merge 3 commits intopython:3.12from
miss-islington:backport-8fc66ae-3.12
Open

[3.12] gh-148395: Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor (GH-148396)#148503
miss-islington wants to merge 3 commits intopython:3.12from
miss-islington:backport-8fc66ae-3.12

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>
@StanFromIreland
Copy link
Copy Markdown
Member

Damn, too many tabs and I edited the wrong backport :-/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants