Skip to content

[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325)#5459

Merged
zhangyangyu merged 1 commit intopython:3.6from
zhangyangyu:backport-2c7fd46-3.6
Jan 31, 2018
Merged

[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325)#5459
zhangyangyu merged 1 commit intopython:3.6from
zhangyangyu:backport-2c7fd46-3.6

Conversation

@zhangyangyu
Copy link
Copy Markdown
Member

@zhangyangyu zhangyangyu commented Jan 31, 2018

When using customized decode error handlers, it is possible for builtin decoders
to write out-of-bounds and then crash..
(cherry picked from commit 2c7fd46)

https://bugs.python.org/issue32583

…ythonGH-5325)

When using customized decode error handlers, it is possible for builtin decoders
to write out-of-bounds and then crash..
(cherry picked from commit 2c7fd46)
@bedevere-bot
Copy link
Copy Markdown

@zhangyangyu: Please replace # with GH- in the commit message next time. Thanks!

@zhangyangyu zhangyangyu deleted the backport-2c7fd46-3.6 branch January 31, 2018 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants