Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-29990: fix range checking in GB18030 decoder #1495

Merged
merged 4 commits into from
May 9, 2017

Conversation

zhangyangyu
Copy link
Member

No description provided.

@zhangyangyu zhangyangyu added type-bug An unexpected behavior, bug, or error needs backport to 2.7 labels May 8, 2017
@mention-bot
Copy link

@zhangyangyu, thanks for your PR! By analyzing the history of the files in this pull request, we identified @hyeshik, @bitdancer and @Yhg1s to be potential reviewers.

@zhangyangyu zhangyangyu merged commit 9da408d into python:master May 9, 2017
@zhangyangyu zhangyangyu deleted the bpo-29990 branch May 9, 2017 03:38
zhangyangyu added a commit to zhangyangyu/cpython that referenced this pull request May 9, 2017
When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
zhangyangyu added a commit to zhangyangyu/cpython that referenced this pull request May 9, 2017
When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
zhangyangyu added a commit that referenced this pull request May 9, 2017
When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
zhangyangyu added a commit that referenced this pull request May 9, 2017
When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
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.

4 participants