Skip to content

Conversation

@hjelmn
Copy link
Member

@hjelmn hjelmn commented Sep 28, 2015

No description provided.

Fix CID 1315271: Constant expression result

The intent of this conditional is to not produce a peruse event for
probe or mprobe requests. Coverity is correct that the expression is
always true. Changed the || to && to fix. Also moved the conditional
within an OMPI_WANT_PERUSE to ensure the conditional is not evaluated
if peruse is disabled.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Fixes CID 1323841: Logically dead code

Wrong value in conditional. Should be newcomp not newcomm.

Fixes CID 1269762: Explicit null dereference

ompi_group_incl could return an error and not set local_group. Add a
check to ensure ompi_group_incl succeeded before incrementing the proc
count.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
hjelmn added a commit that referenced this pull request Sep 28, 2015
@hjelmn hjelmn merged commit a5123b0 into open-mpi:master Sep 28, 2015
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Sep 19, 2016
…-opal-fix

v1.10: opal.pc.in: fix typo; use the write AC_SUBST'ed variable
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.

1 participant