Skip to content

Conversation

@sobolevn
Copy link
Member

@sobolevnsobolevn commented Jun 12, 2023

@erlend-aaslanderlend-aasland added needs backport to 3.11 only security fixes needs backport to 3.12 only security fixes labels Jun 12, 2023
@erlend-aaslanderlend-aasland changed the title gh-105673: Fix ‘value’ may be used uninitialized in this function warning in sysmodule.cgh-105673: Fix uninitialized warning in sysmodule.cJun 12, 2023
@erlend-aaslanderlend-aasland enabled auto-merge (squash) June 12, 2023 08:24
@erlend-aaslanderlend-aasland merged commit a8d69fe into python:mainJun 12, 2023
@miss-islington
Copy link
Contributor

Thanks @sobolevn for the PR, and @erlend-aasland for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 <mail@sobolevn.me>
@bedevere-bot
Copy link

GH-105675 is a backport of this pull request to the 3.12 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.12 only security fixes label Jun 12, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 <mail@sobolevn.me>
@bedevere-bot
Copy link

GH-105676 is a backport of this pull request to the 3.11 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.11 only security fixes label Jun 12, 2023
erlend-aasland pushed a commit that referenced this pull request 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 <mail@sobolevn.me>
erlend-aasland pushed a commit that referenced this pull request 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 <mail@sobolevn.me>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sobolevn@miss-islington@bedevere-bot@erlend-aasland