Commit fe5c64f7 authored by Benjamin Peterson's avatar Benjamin Peterson

merge 2.7.11 branch

parents 7e59ce8b 167910a4
...@@ -1406,8 +1406,9 @@ Library ...@@ -1406,8 +1406,9 @@ Library
- Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises - Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises
a TypeError where it previously crashed the interpreter. Patch by Brian Kearns a TypeError where it previously crashed the interpreter. Patch by Brian Kearns
- Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second - Issue #21529 (CVE-2014-4616): Fix arbitrary memory access in
parameter. Bug reported by Guido Vranken. JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido
Vranken.
- Issue #21172: isinstance check relaxed from dict to collections.Mapping. - Issue #21172: isinstance check relaxed from dict to collections.Mapping.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment