-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-132075: Fix possible use of sockaddr structures with uninitialized members #132076
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
gh-132075: Fix possible use of sockaddr structures with uninitialized members #132076
Conversation
…alized members Now all structure members are initialized with zeroes by default.
!buildbot AMD64 Fedora Stable |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f882d1e 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132076%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
!buildbot ARM Raspbian |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit f882d1e 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F132076%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…alized members (pythonGH-132076) Now all structure members are initialized with zeroes by default. (cherry picked from commit 345baa7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…alized members (pythonGH-132076) Now all structure members are initialized with zeroes by default. (cherry picked from commit 345baa7) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-132086 is a backport of this pull request to the 3.13 branch. |
GH-132087 is a backport of this pull request to the 3.12 branch. |
|
…alized members (pythonGH-132076) Now all structure members are initialized with zeroes by default.
Now all structure members are initialized with zeroes by default.