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

Commits on Mar 19, 2024

  1. coll: fix defects in topo trees

    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()
    dycz0fx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    63e26d1 View commit details
    Browse the repository at this point in the history
  2. util: fix defects when gathering coordinates

    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()
    dycz0fx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    84501db View commit details
    Browse the repository at this point in the history
  3. gpu: init device_attr in MPIR_GPU_query_pointer_attr

    Fix uninitialized variables in MPIDI_OFI_send()
    dycz0fx committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    119051c View commit details
    Browse the repository at this point in the history