summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-23 20:32:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-23 20:32:27 (GMT)
commit6784eb79c91b63f468f91dad61c39932dfaad58a (patch)
tree8cb13c57b9dc735a5fc44b8fe814fc0d349e4cfa /Misc
parentbc74e5be1a7c1647e87218c8548fa50163cbf781 (diff)
downloadcpython-6784eb79c91b63f468f91dad61c39932dfaad58a.zip
cpython-6784eb79c91b63f468f91dad61c39932dfaad58a.tar.gz
cpython-6784eb79c91b63f468f91dad61c39932dfaad58a.tar.bz2
#3643 add more checks to _testcapi to prevent segfaults
Author: Victor Stinner Reviewer: Benjamin Peterson
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 83f1c96..ae40187 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,12 @@ Core and Builtins
Library
-------
+Extension Modules
+-----------------
+
+- Issue #3643: Added a few more checks to _testcapi to prevent segfaults by
+ exploitation of poor argument checking.
+
What's new in Python 3.0b3?
===========================