Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedApr 4, 2025
edited by bedevere-appbot
Loading

Now all structure members are initialized with zeroes by default.

…alized membersNow all structure members are initialized with zeroes by default.
@serhiy-storchaka
Copy link
MemberAuthor

!buildbot AMD64 Fedora Stable

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commitf882d1e 🤖

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:AMD64 Fedora Stable

The builders matched are:

  • AMD64 Fedora Stable LTO + PGO PR
  • AMD64 Fedora Stable Refleaks PR
  • AMD64 Fedora Stable Clang PR
  • AMD64 Fedora Stable Clang Installed PR
  • AMD64 Fedora Stable LTO PR
  • AMD64 Fedora Stable PR

@serhiy-storchaka
Copy link
MemberAuthor

!buildbot ARM Raspbian

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@serhiy-storchaka for commitf882d1e 🤖

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:ARM Raspbian

The builders matched are:

  • ARM Raspbian PR

@serhiy-storchakaserhiy-storchaka merged commit345baa7 intopython:mainApr 4, 2025
49 checks passed
@miss-islington-app
Copy link

Thanks@serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestApr 4, 2025
…alized members (pythonGH-132076)Now all structure members are initialized with zeroes by default.(cherry picked from commit345baa7)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestApr 4, 2025
…alized members (pythonGH-132076)Now all structure members are initialized with zeroes by default.(cherry picked from commit345baa7)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app
Copy link

GH-132086 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelApr 4, 2025
@bedevere-app
Copy link

GH-132087 is a backport of this pull request to the3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12only security fixes labelApr 4, 2025
serhiy-storchaka added a commit that referenced this pull requestApr 4, 2025
…ialized members (GH-132076) (GH-132087)Now all structure members are initialized with zeroes by default.(cherry picked from commit345baa7)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
serhiy-storchaka added a commit that referenced this pull requestApr 4, 2025
…ialized members (GH-132076) (GH-132086)Now all structure members are initialized with zeroes by default.(cherry picked from commit345baa7)Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotiOS ARM64 Simulator 3.13 (tier-3) has failed when building commit0c0ffbe.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1386/builds/1154) and take a look at the build logs.
  4. Check if the failure is related to this commit (0c0ffbe) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1386/builds/1154

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/Users/buildbot/Library/Developer/XCTestDevices/68D50FDB-0C1F-43FA-9605-1738953A53E8/data/Containers/Bundle/Application/EC030906-C661-446A-8159-D1D9362FAC14/iOSTestbed.app/python/lib/python3.13/threading.py", line1041, in_bootstrap_innerself.run()~~~~~~~~^^  File"/Users/buildbot/Library/Developer/XCTestDevices/68D50FDB-0C1F-43FA-9605-1738953A53E8/data/Containers/Bundle/Application/EC030906-C661-446A-8159-D1D9362FAC14/iOSTestbed.app/python/lib/python3.13/threading.py", line992, inrunself._target(*self._args,**self._kwargs)~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  File"/Users/buildbot/Library/Developer/XCTestDevices/68D50FDB-0C1F-43FA-9605-1738953A53E8/data/Containers/Bundle/Application/EC030906-C661-446A-8159-D1D9362FAC14/iOSTestbed.app/python/lib/python3.13/test/test_interpreters/test_stress.py", line47, inrun    interp= interpreters.create()  File"/Users/buildbot/Library/Developer/XCTestDevices/68D50FDB-0C1F-43FA-9605-1738953A53E8/data/Containers/Bundle/Application/EC030906-C661-446A-8159-D1D9362FAC14/iOSTestbed.app/python/lib/python3.13/test/support/interpreters/__init__.py", line76, increateid= _interpreters.create(reqrefs=True)interpreters.InterpreterError:interpreter creation failedk

seehwan pushed a commit to seehwan/cpython that referenced this pull requestApr 16, 2025
…alized members (pythonGH-132076)Now all structure members are initialized with zeroes by default.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@serhiy-storchaka@bedevere-bot

[8]ページ先頭

©2009-2025 Movatter.jp