File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ Library
47
47
- Issue #23365: Fixed possible integer overflow in
48
48
itertools.combinations_with_replacement.
49
49
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
+
50
54
C API
51
55
-----
52
56
@@ -97,9 +101,6 @@ Library
97
101
- Issue #21766: Prevent a security hole in CGIHTTPServer by URL unquoting paths
98
102
before checking for a CGI script at that path.
99
103
100
- - Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second
101
- parameter. Bug reported by Guido Vranken.
102
-
103
104
- Issue #20633: Replace relative import by absolute import.
104
105
105
106
- Issue #21082: In os.makedirs, do not set the process-wide umask. Note this
You can’t perform that action at this time.
0 commit comments