summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-10-12 17:54:48 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-10-12 17:54:48 (GMT)
commit817905b2393b03e035d2bbfc8d92b7bbeaddb118 (patch)
tree7d6a5e458918e5407c975d05a387201b14e142ea /Misc
parent4cfb5bee89965c7b85772ee2d0c3bf689acd23b2 (diff)
downloadcpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.zip
cpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.tar.gz
cpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.tar.bz2
#13096: Fix segfault in CTypes POINTER handling of large values.
Patch by Meador Inge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a9ac0b2..ab5a4cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #13096: Fixed segfault in CTypes POINTER handling of large
+ values.
+
- Issue #11694: Raise ConversionError in xdrlib as documented. Patch
by Filip GruszczyƄski and Claudiu Popa.