commit | d6a1b2ba950f54f6fc3bb060aa7be6fff12bb15f | [log] [tgz] |
---|---|---|
author | Tim Golden <mail@timgolden.me.uk> | Sat Apr 26 16:02:38 2014 +0100 |
committer | Tim Golden <mail@timgolden.me.uk> | Sat Apr 26 16:02:38 2014 +0100 |
tree | aa39e23adfd04949e70978f00f1fe4061d1a9434 | |
parent | 3c603f3618fcf7c519e96b9a0d11e2670a47cbb4 [diff] [blame] |
Add NEWS entry for issue21349
diff --git a/Misc/NEWS b/Misc/NEWS index 643e2cd..65d9765 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Library ------- +- Issue #21349: Passing a memoryview to _winreg.SetValueEx now correctly raises + a TypeError where it previously crashed the interpreter. Patch by Brian Kearns + - Fix arbitrary memory access in JSONDecoder.raw_decode with a negative second parameter. Bug reported by Guido Vranken.