gh-96577: Fixes buffer overrun in _msi module - #96633
Conversation
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
Pointer to the variable that specifies the size, in TCHARs, of the buffer pointed to by the variable szResultBuf.
Pointer to the variable that specifies the size, in TCHARs, of the buffer pointed to by the variable szValueBuf.
| @@ -0,0 +1 @@ | |||
| Fixes a potential buffer overrun in :mod:`msilib`. | |||
There was a problem hiding this comment.
You may move this to the security category, but I'm fine with the Windows category.
|
Thanks @zooba for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7, 3.8, 3.9, 3.10, 3.11. |
(cherry picked from commit 4114bcc) Co-authored-by: Steve Dower <steve.dower@python.org>
|
GH-96655 is a backport of this pull request to the 3.11 branch. |
|
GH-96656 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 4114bcc) Co-authored-by: Steve Dower <steve.dower@python.org>
|
GH-96657 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit 4114bcc) Co-authored-by: Steve Dower <steve.dower@python.org>
|
GH-96658 is a backport of this pull request to the 3.8 branch. |
|
GH-96659 is a backport of this pull request to the 3.7 branch. |
(cherry picked from commit 4114bcc) Co-authored-by: Steve Dower <steve.dower@python.org>
Uh oh!
There was an error while loading. Please reload this page.