Skip to content

Conversation

@hjelmn
Copy link
Member

@hjelmn hjelmn commented May 29, 2015

No description provided.

hjelmn added 3 commits May 29, 2015 08:44
CID 1269821 Dereference null return value (NULL_RETURNS)

This is another false positive that can be silenced by looping on
opal_list_remove_first instead of using both opal_list_is_empty and
opal_list_remove_first.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
CID 1269730 Dereference after null check (FORWARD_NULL)

The code checked for cb == NULL before checking for a callback
function but did not have the same protection around the
OBJ_RELEASE(cb).

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
CID 1269707 Logically dead code (DEADCODE)

Coverity is correct that tmp3 can never be NULL here. Deleted the dead
code.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
@mellanox-github
Copy link

@mellanox-github
Copy link

Refer to this link for build results (access rights to CI server needed):
http://bgate.mellanox.com/jenkins/job/gh-ompi-master-pr/574/
Test PASSed.

hjelmn added a commit that referenced this pull request May 29, 2015
@hjelmn hjelmn merged commit c87ef46 into open-mpi:master May 29, 2015
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Nov 10, 2015
…_Ibarrier

man: fix a typo in MPI_Ibarrier C prototype
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.

2 participants