-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() #12687
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
Conversation
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. |
Misc/NEWS.d/next/Windows/2019-04-04-08-59-44.bpo-9194.DzakhD.rst
Outdated
Show resolved
Hide resolved
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6. |
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
GH-12909 is a backport of this pull request to the 3.7 branch. |
…nGH-12687) (cherry picked from commit 56ed864) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
Thanks @ZackerySpytz for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.7. |
…nGH-12687) (cherry picked from commit 56ed864) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-12910 is a backport of this pull request to the 3.6 branch. |
Sorry, @ZackerySpytz and @zooba, I could not cleanly backport this to |
) (cherry picked from commit 56ed864) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…nGH-12687) (cherry picked from commit 56ed864)
GH-12916 is a backport of this pull request to the 2.7 branch. |
…H-12687) (GH-12916) (cherry picked from commit 56ed864) https://bugs.python.org/issue9194
https://bugs.python.org/issue9194