Uh oh!
There was an error while loading. Please reload this page.
[3.12] gh-148395: Fix a possible UAF in {LZMA,BZ2,_Zlib}Decompressor (GH-148396) - #148503
Conversation
…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>
Uh oh!
There was an error while loading. Please reload this page.
StanFromIreland
commented
Apr 13, 2026
Damn, too many tabs and I edited the wrong backport :-/ |
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
martinmarques
commented
Jul 8, 2026
@StanFromIreland is the review still ongoing, or is this PR stalled? |
StanFromIreland
commented
Jul 8, 2026
This will be merged before the next release. |
gonzalemario
commented
Jul 8, 2026
It's interesting that from at least out of 5 different branches (3.10 to 3.14), all the PRs have been merged already but 3.12. At least that's what I got from #148395 If I may, do you know why? |
StanFromIreland
commented
Jul 8, 2026
They have different release managers, and it's up to their discretion. |
martinmarques
commented
Jul 9, 2026
Is there a date for this? I was under the impression that once the major version goes into security support, releases happen at the discretion of the manager. But here it looks like there is some timeline for the next release. BTW, I appreciate your prompt response |
StanFromIreland
commented
Jul 9, 2026
There's no timeline. |
Fix dangling input pointer after
MemoryErrorin _lzma/_bz2/_ZlibDecompressor.decompress(cherry picked from commit 8fc66ae)
Co-authored-by: Stan Ulbrych stan@python.org
{LZMA,BZ2,_Zlib}Decompressor#148395