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

Fix defects found in Coverity Scan for MPICH-CH4 #6745

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dycz0fx
Copy link
Contributor

@dycz0fx dycz0fx commented Oct 26, 2023

Pull Request Description

Fix defects found in Coverity Scan for MPICH-CH4

Author Checklist

  • Provide Description
    Particularly focus on why, not what. Reference background, issues, test failures, xfail entries, etc.
  • Commits Follow Good Practice
    Commits are self-contained and do not do two things at once.
    Commit message is of the form: module: short description
    Commit message explains what's in the commit.
  • Passes All Tests
    Whitespace checker. Warnings test. Additional tests via comments.
  • Contribution Agreement
    For non-Argonne authors, check contribution agreement.
    If necessary, request an explicit comment from your companies PR approval manager.

@dycz0fx dycz0fx requested a review from a team as a code owner October 26, 2023 05:12
@dycz0fx
Copy link
Contributor Author

dycz0fx commented Oct 26, 2023

test:mpich/ch4/most

@dycz0fx dycz0fx force-pushed the fix_topo branch 2 times, most recently from ce8eb0f to fd039cb Compare October 26, 2023 05:37
@dycz0fx
Copy link
Contributor Author

dycz0fx commented Oct 26, 2023

test:mpich/ch4/most

@dycz0fx dycz0fx force-pushed the fix_topo branch 4 times, most recently from d0ef6e2 to 84a1eb0 Compare October 27, 2023 00:22
@hzhou
Copy link
Contributor

hzhou commented Oct 27, 2023

@dycz0fx Please add commit messages describe what each commit is trying to fix

@dycz0fx
Copy link
Contributor Author

dycz0fx commented Oct 27, 2023

@hzhou Thanks for the reminder! I have added the description in the commits.

@tarudoodi tarudoodi added this to In Progress in Intel Work via automation Oct 27, 2023
@dycz0fx
Copy link
Contributor Author

dycz0fx commented Oct 27, 2023

test:mpich/ch4/most

The commit addresses the following issues:
Error handling issues in MPII_Treeutil_tree_knomial_2_init()
Null pointer dereferences in init_root_switch()
Control flow issues in MPII_Treeutil_tree_topology_aware_k_init()
Null pointer dereferences in MPII_Treeutil_tree_topology_wave_init()
Control flow issues in MPII_Treeutil_tree_kary_init_topo_aware()
This commit addresses the following issues:
Resource leaks in pmix_init()
Error handling issues in parse_coord_file()
Insecure data handling in parse_coord_file()
Fix uninitialized variables in MPIDI_OFI_send()
@dycz0fx
Copy link
Contributor Author

dycz0fx commented Mar 19, 2024

test:mpich/ch4/gpu

@dycz0fx
Copy link
Contributor Author

dycz0fx commented Mar 20, 2024

test:mpich/ch4/gpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Intel Work
  
In Progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants