diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-10-01 02:45:17 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-10-01 02:45:17 (GMT) |
commit | 38317d3318e05832a864d413aa744a48a8975dce (patch) | |
tree | 8757c1d2116ed1d20aa28b02e0b11f05e9bc3412 /Misc | |
parent | 34b9d14be642be80e9ac10c59004570a7efa5804 (diff) | |
download | cpython-38317d3318e05832a864d413aa744a48a8975dce.zip cpython-38317d3318e05832a864d413aa744a48a8975dce.tar.gz cpython-38317d3318e05832a864d413aa744a48a8975dce.tar.bz2 |
Issue #28275: Clean up to avoid use-after-free after bzip decompress failure
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ Library that they don't call itermonthdates() which can cause datetime.date under/overflow. -- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). +- Issue #28275: Fixed possible use after free in the decompress() + methods of the LZMADecompressor and BZ2Decompressor classes. Original patch by John Leitch. - Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() |