We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2deaea3 commit 14b2c82Copy full SHA for 14b2c82
Misc/NEWS
@@ -47,10 +47,6 @@ Library
47
- Issue #23365: Fixed possible integer overflow in
48
itertools.combinations_with_replacement.
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
-
54
C API
55
-----
56
@@ -123,6 +119,10 @@ Library
123
119
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
124
120
broken by the fix for security issue #19435. Patch by Zach Byrne.
125
121
122
+- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
+ JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
+ Vranken.
+
126
Tests
127
128
0 commit comments