Skip to content
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

erts: Suppress various NULL-pointer warnings #9417

Conversation

jhogberg
Copy link
Contributor

Fixes #9413

@jhogberg jhogberg added the team:VM Assigned to OTP team VM label Feb 11, 2025
@jhogberg jhogberg self-assigned this Feb 11, 2025
Copy link
Contributor

github-actions bot commented Feb 11, 2025

CT Test Results

    3 files    141 suites   50m 11s ⏱️
1 602 tests 1 552 ✅ 50 💤 0 ❌
2 311 runs  2 241 ✅ 70 💤 0 ❌

Results for commit 8d8fa19.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@jhogberg jhogberg added the testing currently being tested, tag is used by OTP internal CI label Feb 12, 2025
sverker
sverker previously approved these changes Feb 19, 2025
@jhogberg jhogberg force-pushed the john/erts/suppress-gcc-warnings/GH-9413/OTP-19488 branch from e1fa199 to 8d8fa19 Compare February 19, 2025 11:54
@jhogberg jhogberg merged commit 19391bb into erlang:master Feb 19, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There is no nullptr check after call to erts_prtsd_get in erts_dist_command
2 participants