mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
6a5f79c8d7
gh-148395: Fix a possible UAF in `{LZMA,BZ2,_Zlib}Decompressor` (GH-148396)
Fix dangling input pointer after `MemoryError` in _lzma/_bz2/_ZlibDecompressor.decompress
(cherry picked from commit 8fc66aef6d)
Co-authored-by: Stan Ulbrych <stan@python.org>
Source files for standard library extension modules, and former extension modules that are now builtin modules.