From e1ac7d87afad9c07ec25e5705bb135b71347b581 Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Sat, 4 Feb 2017 14:54:56 -0800 Subject: Issue #29416: Prevent infinite loop in pathlib.Path.mkdir --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Misc/NEWS') diff --git a/Misc/NEWS b/Misc/NEWS index 55303a51af..9dac6302ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -21,6 +21,8 @@ Extension Modules Library ------- +- Issue #29416: Prevent infinite loop in pathlib.Path.mkdir + - Issue #29444: Fixed out-of-bounds buffer access in the group() method of the match object. Based on patch by WGH. -- cgit v1.2.1