3540b65f7d
Fix CID 1269976 (#1 of 1): Unused value (UNUSED_VALUE): Fix CID 1269979 (#1 of 1): Unused value (UNUSED_VALUE): Removed unused variables k_temp1 and k_temp2. Fix CID 1269981 (#1 of 1): Unused value (UNUSED_VALUE): Fix CID 1269974 (#1 of 1): Unused value (UNUSED_VALUE): Removed gotos and use the matched flags to decide whether to return. Fix CID 715755 (#1 of 1): Dereference null return value (NULL_RETURNS): This was also a leak. The items on cs->ctl_structures are allocated using OBJ_NEW so they mist be released using OBJ_RELEASE not OBJ_DESTRUCT. Replaced the loop with OPAL_LIST_DESTRUCT(). Fix CID 715776 (#1 of 1): Dereference before null check (REVERSE_INULL): Rework error path to remove REVERSE_INULL. Also added a free to an error path where it was missing. Fix CID 1196603 (#1 of 1): Bad bit shift operation (BAD_SHIFT): Fix CID 1196601 (#1 of 1): Bad bit shift operation (BAD_SHIFT): Both of these are false positives but it is still worthwhile to fix so they no longer appear. The loop conditional has been updated to use radix_mask_pow instead of radix_mask to quiet these issues. Fix CID 1269804 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS): In general close (-1) is safe but coverity doesn’t like it. Reworked the error path for open to not try to close (-1). Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov> |
||
---|---|---|
.. | ||
bcol_basesmuma_allgather.c | ||
bcol_basesmuma_allreduce.c | ||
bcol_basesmuma_bcast_prime.c | ||
bcol_basesmuma_bcast.c | ||
bcol_basesmuma_buf_mgmt.c | ||
bcol_basesmuma_component.c | ||
bcol_basesmuma_fanin.c | ||
bcol_basesmuma_fanout.c | ||
bcol_basesmuma_gather.c | ||
bcol_basesmuma_lmsg_bcast.c | ||
bcol_basesmuma_lmsg_bcast.h | ||
bcol_basesmuma_lmsg_knomial_bcast.c | ||
bcol_basesmuma_mem_mgmt.c | ||
bcol_basesmuma_module.c | ||
bcol_basesmuma_progress.c | ||
bcol_basesmuma_rd_barrier.c | ||
bcol_basesmuma_rd_nb_barrier.c | ||
bcol_basesmuma_reduce.c | ||
bcol_basesmuma_reduce.h | ||
bcol_basesmuma_rk_barrier.c | ||
bcol_basesmuma_setup.c | ||
bcol_basesmuma_smcm.c | ||
bcol_basesmuma_smcm.h | ||
bcol_basesmuma_utils.c | ||
bcol_basesmuma_utils.h | ||
bcol_basesmuma.h | ||
Makefile.am | ||
owner.txt |