commit | d5327d95d2c345f384cc9d03be0d9c4e8773b277 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 07 16:23:11 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Feb 07 16:23:11 2013 +0200 |
tree | 74e52941161cdeecf518a2647568cddc5a4ba84d | |
parent | 4a880414447c9a8f9db7711275ff33c552d86642 [diff] [blame] |
Issue #17043: The unicode-internal decoder no longer read past the end of input buffer.
diff --git a/Misc/NEWS b/Misc/NEWS index ee1c02e..d1a57fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #17043: The unicode-internal decoder no longer read past the end of + input buffer. + - Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder. - Issue #10156: In the interpreter's initialization phase, unicode globals