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

Protect against uninitialized var #44

Merged
merged 1 commit into from
Oct 28, 2024

Conversation

hppritcha
Copy link
Member

Not sure the compiler is correct in its complaint, but just in case, let's ensure that the variables being used are always initialized.

Signed-off-by: Ralph Castain [email protected]
(from upstream commit d5e580a)

Not sure the compiler is correct in its complaint, but
just in case, let's ensure that the variables being used
are always initialized.

Signed-off-by: Ralph Castain <[email protected]>
(from upstream commit d5e580a)
@hppritcha hppritcha requested a review from janjust October 24, 2024 16:41
@hppritcha hppritcha merged commit 930e137 into open-mpi:master Oct 28, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants