summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-06-27 18:41:33 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-06-27 18:41:33 (GMT)
commit59b08c18a81b1098f136e62309ac0a749147b9a7 (patch)
tree5bc7f718cdc04f7e170f5bd0f3355a8dc976e838 /Misc
parent614bfcc953141cfdd38606f87a09d39f17367fa3 (diff)
downloadcpython-59b08c18a81b1098f136e62309ac0a749147b9a7.zip
cpython-59b08c18a81b1098f136e62309ac0a749147b9a7.tar.gz
cpython-59b08c18a81b1098f136e62309ac0a749147b9a7.tar.bz2
use safe allocation and reallocation macros
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 0f96920..29914fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Fix possible integer overflows in the pickle module.
+
- Issue #22931: Allow '[' and ']' in cookie values.
- Issue #24094: Fix possible crash in json.encode with poorly behaved dict