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

mca/base: account for NULL string_value in verbose set #2689

Merged
merged 1 commit into from
Jan 10, 2017

Conversation

hjelmn
Copy link
Member

@hjelmn hjelmn commented Jan 9, 2017

The MCA variable code calls the string from value function with a NULL
string to verify values. The verbosity enumerator was not correctly
checking for a non-NULL value before trying to set the string.

Signed-off-by: Nathan Hjelm hjelmn@lanl.gov
(cherry picked from commit d6bd69d)
Signed-off-by: Nathan Hjelm hjelmn@lanl.gov

The MCA variable code calls the string from value function with a NULL
string to verify values. The verbosity enumerator was not correctly
checking for a non-NULL value before trying to set the string.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
(cherry picked from commit d6bd69d)
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
@hjelmn hjelmn added the bug label Jan 9, 2017
@hjelmn hjelmn added this to the v2.0.2 milestone Jan 9, 2017
@hjelmn hjelmn requested a review from jsquyres January 9, 2017 21:30
@hjelmn
Copy link
Member Author

hjelmn commented Jan 9, 2017

If too late for 2.0.2 please just mark as 2.0.3. Its a very simple fix for a SEGV in MPI_T_cvar_write.

@jsquyres
Copy link
Member

bot:mellanox:retest

@jsquyres jsquyres merged commit c909670 into open-mpi:v2.0.x Jan 10, 2017
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