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-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() #12687

Merged
merged 2 commits into from Apr 22, 2019

Conversation

@ZackerySpytz
Copy link
Contributor

ZackerySpytz commented Apr 4, 2019

@ZackerySpytz ZackerySpytz requested a review from python/windows-team as a code owner Apr 4, 2019
@ZackerySpytz

This comment has been minimized.

Copy link
Contributor Author

ZackerySpytz commented Apr 4, 2019

It would be nice to have a unit test for this, but I don't think that's feasable. It seems that the unit test would have to write corrupted data.

@zooba zooba merged commit 56ed864 into python:master Apr 22, 2019
5 checks passed
5 checks passed
Azure Pipelines PR #20190422.5 succeeded
Details
bedevere/issue-number Issue number 9194 found
Details
bedevere/news "skip news" label found
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Apr 22, 2019

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒🤖

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Apr 22, 2019

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Apr 22, 2019

GH-12909 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit to miss-islington/cpython that referenced this pull request Apr 22, 2019
…nGH-12687)

(cherry picked from commit 56ed864)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Apr 22, 2019

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7.
🐍🍒🤖

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Apr 22, 2019

Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒🤖

miss-islington added a commit to miss-islington/cpython that referenced this pull request Apr 22, 2019
…nGH-12687)

(cherry picked from commit 56ed864)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Apr 22, 2019

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

@miss-islington

This comment has been minimized.

Copy link

miss-islington commented Apr 22, 2019

Sorry, @ZackerySpytz and @zooba, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 56ed86490cb8221c874d432461d77702437f63e5 2.7

miss-islington added a commit that referenced this pull request Apr 22, 2019
)

(cherry picked from commit 56ed864)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
ZackerySpytz added a commit to ZackerySpytz/cpython that referenced this pull request Apr 22, 2019
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Apr 22, 2019

GH-12916 is a backport of this pull request to the 2.7 branch.

miss-islington added a commit that referenced this pull request Apr 22, 2019
ned-deily added a commit that referenced this pull request May 2, 2019
) (GH-12910)

(cherry picked from commit 56ed864)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
arnolddumas added a commit to arnolddumas/cpython that referenced this pull request May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants
You can’t perform that action at this time.