diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-02 21:18:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-02 21:18:38 (GMT) |
commit | 80f78a3efcd0836c4495a833fc24ef20d9ba19b2 (patch) | |
tree | 71d3f2437304704a76040c7c0d0490b804abbfe7 /Misc | |
parent | b7a688b3a40705ab4f7f7035d40ec026899c7052 (diff) | |
download | cpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.zip cpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.tar.gz cpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.tar.bz2 |
fix use after free (closes #24552)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ Core and Builtins Library ------- +- Issue #24552: Fix use after free in an error case of the _pickle module. + - Issue #24514: tarfile now tolerates number fields consisting of only whitespace. |