Skip to content
Snippets Groups Projects
Commit 96b127f4ee5d authored by Benjamin Peterson's avatar Benjamin Peterson
Browse files

fix reordering

parent c3840dd07aa1
Branches
No related tags found
No related merge requests found
...@@ -47,10 +47,6 @@ ...@@ -47,10 +47,6 @@
- Issue #23365: Fixed possible integer overflow in - Issue #23365: Fixed possible integer overflow in
itertools.combinations_with_replacement. itertools.combinations_with_replacement.
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
Vranken.
C API C API
----- -----
...@@ -123,6 +119,10 @@ ...@@ -123,6 +119,10 @@
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, - Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne. broken by the fix for security issue #19435. Patch by Zach Byrne.
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
Vranken.
Tests Tests
----- -----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment