Skip to content

Commit 14b2c82

Browse files
committed
fix reordering
1 parent 2deaea3 commit 14b2c82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Misc/NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ 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-
5450
C API
5551
-----
5652

@@ -123,6 +119,10 @@ Library
123119
- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
124120
broken by the fix for security issue #19435. Patch by Zach Byrne.
125121

122+
- Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
123+
JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
124+
Vranken.
125+
126126
Tests
127127
-----
128128

0 commit comments

Comments
 (0)