diff options
author | Zackery Spytz <zspytz@gmail.com> | 2023-02-23 14:00:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-23 14:00:58 (GMT) |
commit | 665730d2176aabd05ca5741056aef43189b6f754 (patch) | |
tree | a91cd6c443b91d26f5f404629e265aefec8832c1 /Python/pystate.c | |
parent | 9bba8035bd99813203cb3b0de218f9cc3bcdaf2f (diff) | |
download | cpython-665730d2176aabd05ca5741056aef43189b6f754.zip cpython-665730d2176aabd05ca5741056aef43189b6f754.tar.gz cpython-665730d2176aabd05ca5741056aef43189b6f754.tar.bz2 |
bpo-23224: Fix segfaults and multiple leaks in the lzma and bz2 modules (GH-7822)
lzma.LZMADecompressor and bz2.BZ2Decompressor objects caused
segfaults when their `__init__()` methods were not called.
lzma.LZMADecompressor, lzma.LZMACompressor, bz2.BZ2Compressor,
and bz2.BZ2Decompressor objects would leak locks and internal buffers
when their `__init__()` methods were called multiple times.
https://bugs.python.org/issue23224
Diffstat (limited to 'Python/pystate.c')
0 files changed, 0 insertions, 0 deletions