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
New warning: ‘value’ may be used uninitialized in this function [-Wmaybe-uninitialized]
#105673
Labels
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
Comments
This was referenced Jun 12, 2023
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Jun 12, 2023
…ion` warning in `sysmodule.c`
Better output (greppable and more precise):
|
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
In sys_add_xoption(), 'value' may be uninitialized for some error paths.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 12, 2023
…05674) In sys_add_xoption(), 'value' may be uninitialized for some error paths. (cherry picked from commit a8d69fe) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jun 12, 2023
…05674) In sys_add_xoption(), 'value' may be uninitialized for some error paths. (cherry picked from commit a8d69fe) Co-authored-by: Nikita Sobolev <[email protected]>
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
#105676) In sys_add_xoption(), 'value' may be uninitialized for some error paths. (cherry picked from commit a8d69fe) Co-authored-by: Nikita Sobolev <[email protected]>
erlend-aasland
pushed a commit
that referenced
this issue
Jun 12, 2023
#105675) In sys_add_xoption(), 'value' may be uninitialized for some error paths. (cherry picked from commit a8d69fe) Co-authored-by: Nikita Sobolev <[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)
tests
Tests in the Lib/test dir
type-bug
An unexpected behavior, bug, or error
I am working on a fix already.
Linked PRs
The text was updated successfully, but these errors were encountered: