diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-27 20:23:41 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-09-27 20:23:41 +0300 |
commit | a12e7842a5f572afd6bde108f24931f9262f38ef (patch) | |
tree | a7bd0d9db6ec6a3c16cff1e2ac3a343a230dadd6 /Misc/NEWS | |
parent | 19f2327e7ee3cc307b8b59329c552583d29ffa57 (diff) | |
parent | c0b7037d4fc0f85af858cfa56df4dca25fb8896f (diff) | |
download | cpython-git-a12e7842a5f572afd6bde108f24931f9262f38ef.tar.gz |
Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress().
Original patch by John Leitch.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,9 @@ Core and Builtins Library ------- +- Issue #28275: Fixed possible use adter free in LZMADecompressor.decompress(). + Original patch by John Leitch. + - Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() if pass invalid string-like object as a name. Patch by Xiang Zhang. |