Skip to content

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

Merged
pablogsal merged 2 commits intopython:3.10from
StanFromIreland:backport-8fc66ae-3.10
Apr 13, 2026
Merged

[3.10] gh-148395: Fix a possible UAF in {LZMA,BZ2}Decompressor (GH-148396)#148505
pablogsal merged 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
@pablogsal pablogsal merged commit 47128e6 into python:3.10 Apr 13, 2026
15 checks passed
@StanFromIreland StanFromIreland deleted the backport-8fc66ae-3.10 branch April 13, 2026 21:44
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.

2 participants