commit | 6784eb79c91b63f468f91dad61c39932dfaad58a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 20:32:27 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Aug 23 20:32:27 2008 +0000 |
tree | 8cb13c57b9dc735a5fc44b8fe814fc0d349e4cfa | |
parent | bc74e5be1a7c1647e87218c8548fa50163cbf781 [diff] [blame] |
#3643 add more checks to _testcapi to prevent segfaults Author: Victor Stinner Reviewer: Benjamin Peterson
diff --git a/Misc/NEWS b/Misc/NEWS index 83f1c96..ae40187 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -17,6 +17,12 @@ 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? ===========================