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

opal/mca: fix ompi_info segfault due to empty enumerator #12138

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

wenduwan
Copy link
Contributor

This patch fixes a segfault that the enumerator variable is not assigned in mca_base_var_enum_create_flag, leaving it as NULL. This causes invalid memory access later when it is iterated over.

FYI after removing the if guard I don't see new compiler warnings.

The patch needs to be backported to v5.0.x

This patch fixes a segfault that the enumerator variable is not assigned in
mca_base_var_enum_create_flag, leaving it as NULL. This causes invalid memory
access later when it is iterated over.

Signed-off-by: Wenduo Wang <[email protected]>
Copy link
Member

@jsquyres jsquyres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for finding / fixing!

@jsquyres jsquyres merged commit 7e092c3 into open-mpi:main Nov 29, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants