-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Possible memory leak on error path in _sys_getwindowsversion_from_kernel32 #133597
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
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Comments
zooba
pushed a commit
that referenced
this issue
May 8, 2025
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 8, 2025
…version_from_kernel32 (pythonGH-133598) (cherry picked from commit 0ec8fc8) Co-authored-by: Sergey Miryanov <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 8, 2025
…version_from_kernel32 (pythonGH-133598) (cherry picked from commit 0ec8fc8) Co-authored-by: Sergey Miryanov <[email protected]>
zooba
pushed a commit
that referenced
this issue
May 8, 2025
…n_from_kernel32 (GH-133598) (cherry picked from commit 0ec8fc8) Co-authored-by: Sergey Miryanov <[email protected]>
zooba
pushed a commit
that referenced
this issue
May 8, 2025
…n_from_kernel32 (GH-133598) (cherry picked from commit 0ec8fc8) Co-authored-by: Sergey Miryanov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
If
GetFileVersionInfoW
orVerQueryValueW
fails inside_sys_getwindowsversion_from_kernel32
then allocatedverblock
not freed.CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: