X Tutup
Skip to content

[3.5] bpo-29990: Fix range checking in GB18030 decoder#1508

Merged
zhangyangyu merged 1 commit intopython:3.5from
zhangyangyu:backport-3.5-bpo-29990
May 9, 2017
Merged

[3.5] bpo-29990: Fix range checking in GB18030 decoder#1508
zhangyangyu merged 1 commit intopython:3.5from
zhangyangyu:backport-3.5-bpo-29990

Conversation

@zhangyangyu
Copy link
Copy Markdown
Member

When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.

When decoding a 4-byte GB18030 sequence, the first and third byte cannot exceed 0xFE.
@zhangyangyu zhangyangyu changed the title [3.5] bpo-29990: Fix range checking in GB18030 decoder (#1495) [3.5] bpo-29990: Fix range checking in GB18030 decoder May 9, 2017
@zhangyangyu zhangyangyu merged commit f5f7870 into python:3.5 May 9, 2017
@zhangyangyu zhangyangyu deleted the backport-3.5-bpo-29990 branch May 9, 2017 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup