Skip to content

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

Open
StanFromIreland wants to merge 2 commits intopython:3.10from
StanFromIreland:backport-8fc66ae-3.10
Open

[3.10] gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396)#148505
StanFromIreland wants to merge 2 commits intopython:3.10from
StanFromIreland:backport-8fc66ae-3.10

Conversation

@StanFromIreland
Copy link
Copy Markdown
Member

@StanFromIreland StanFromIreland commented Apr 13, 2026

Fix dangling input pointer after MemoryError in {_lzma,_bz2}Decompressor.decompress()

(cherry picked from commit 8fc66ae)

…pythonGH-148396)

Fix dangling input pointer after `MemoryError` in _lzma/_bz2/_ZlibDecompressor.decompress

(cherry picked from commit 8fc66ae)
@StanFromIreland StanFromIreland changed the title gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396) [3.10] gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396) Apr 13, 2026
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.

2 participants