X Tutup
Skip to content

bpo-22207: Add checks for possible integer overflows in unicodeobject.c.#2623

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:unicode-integer-overflow
Jul 11, 2017
Merged

bpo-22207: Add checks for possible integer overflows in unicodeobject.c.#2623
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:unicode-integer-overflow

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

This is an extraction from the patch by Victor Stinner.

@gpshead
Copy link
Copy Markdown
Member

gpshead commented Jul 7, 2017

This looks correct to me.

@serhiy-storchaka serhiy-storchaka merged commit 64e461b into python:master Jul 11, 2017
@serhiy-storchaka serhiy-storchaka deleted the unicode-integer-overflow branch July 11, 2017 03:55
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jul 11, 2017
…object.c. (pythonGH-2623)

Based on patch by Victor Stinner.
(cherry picked from commit 64e461b)
@bedevere-bot
Copy link
Copy Markdown

GH-2658 is a backport of this pull request to the 3.6 branch.

serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request Jul 11, 2017
…object.c. (pythonGH-2623)

Based on patch by Victor Stinner..
(cherry picked from commit 64e461b)
@bedevere-bot
Copy link
Copy Markdown

GH-2659 is a backport of this pull request to the 3.5 branch.

serhiy-storchaka added a commit that referenced this pull request Jul 11, 2017
…object.c. (GH-2623) (#2658)

Based on patch by Victor Stinner.
(cherry picked from commit 64e461b)
serhiy-storchaka added a commit that referenced this pull request Jul 11, 2017
…object.c. (GH-2623) (#2659)

Based on patch by Victor Stinner.
(cherry picked from commit 64e461b)
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.

4 participants

X Tutup