Skip to content

Commit 2deaea3

Browse files
committed
merge 3.2
2 parents 102764a + 5e62117 commit 2deaea3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Misc/NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ Library
4747
- Issue #23365: Fixed possible integer overflow in
4848
itertools.combinations_with_replacement.
4949

50+
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
51+
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
52+
Vranken.
53+
5054
C API
5155
-----
5256

@@ -97,9 +101,6 @@ Library
97101
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
98102
before checking for a CGI script at that path.
99103

100-
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
101-
parameter. Bug reported by Guido Vranken.
102-
103104
- Issue #20633: Replace relative import by absolute import.
104105

105106
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this

0 commit comments

Comments
 (0)