summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-07-02 21:18:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-07-02 21:18:38 (GMT)
commit80f78a3efcd0836c4495a833fc24ef20d9ba19b2 (patch)
tree71d3f2437304704a76040c7c0d0490b804abbfe7 /Misc
parentb7a688b3a40705ab4f7f7035d40ec026899c7052 (diff)
downloadcpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.zip
cpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.tar.gz
cpython-80f78a3efcd0836c4495a833fc24ef20d9ba19b2.tar.bz2
fix use after free (closes #24552)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1ed181d..becb9ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.