1
1
openmpi/ompi/mca/osc/pt2pt
Nathan Hjelm ebf19ac5eb osc/pt2pt: fix coveity issues
Fixed CID 1269712, 1269709, 1269706, 1269703, 1269694: Logically dead code

Remove extra NULL check as OMPI_OSC_PT2PT_REQUEST_ALLOC can never set the
request to NULL.

Fixes CID 1269668: Unchecked return value

False positive. Add (void) to indicate we do not care about the return code
from opal_hash_table_get_uint32.

Fixes CID 1324726: Free of address-of expression

Do not free lock if it was not allocated.

Fixes CID 1269658: Free of address-of expression

Never will happen but because op is always a built-in op there is no
reason to retain/release it anyway.

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
2015-09-26 11:18:22 -06:00
..
configure.m4 Rename the OSC "rdma" component to pt2p to better reflect that it does not actually use btl rdma 2015-01-06 13:38:55 -07:00
Makefile.am osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_active_target.c osc/pt2pt: fix heterogenous build 2015-09-25 00:15:02 -06:00
osc_pt2pt_comm.c osc/pt2pt: fix coveity issues 2015-09-26 11:18:22 -06:00
osc_pt2pt_component.c osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_data_move.c osc/pt2pt: fix coveity issues 2015-09-26 11:18:22 -06:00
osc_pt2pt_data_move.h mpi conformance: fix prototypes 2015-08-31 10:34:05 +09:00
osc_pt2pt_frag.c osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_frag.h osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_header.h osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_module.c osc: fixed issues identified by coverity 2015-09-22 09:23:39 -06:00
osc_pt2pt_passive_target.c osc/pt2pt: fix coveity issues 2015-09-26 11:18:22 -06:00
osc_pt2pt_pending_frag.h Rename the OSC "rdma" component to pt2p to better reflect that it does not actually use btl rdma 2015-01-06 13:38:55 -07:00
osc_pt2pt_request.c Rename the OSC "rdma" component to pt2p to better reflect that it does not actually use btl rdma 2015-01-06 13:38:55 -07:00
osc_pt2pt_request.h mpi conformance: fix prototypes 2015-08-31 10:34:05 +09:00
osc_pt2pt_sync.c osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
osc_pt2pt_sync.h osc/pt2pt: fix regression in pscw sync on 0 size groups 2015-09-22 17:09:00 -06:00
osc_pt2pt.h osc/pt2pt: reduce memory footprint of window 2015-09-16 13:01:56 -06:00
owner.txt ownership: update ownership files 2015-06-25 10:04:42 -06:00