1
1
openmpi/opal/mca
Nathan Hjelm 852cc8cfbc opal: fix various coverity errors
Fix CID 1356358:  Null pointer dereferences  (REVERSE_INULL):

flist->fl_mpool can no longer be NULL. Removed the conditional.

Fix CID 1356357:  Resource leaks  (RESOURCE_LEAK):

Added the call to free the hints array.

Fix CID 1356356:  Resource leaks  (RESOURCE_LEAK):

This is a false error but it is safe to call close (-1) so just always
call close.

Fix CID 1356354:  Control flow issues  (MISSING_BREAK):
Fix CID 1356353:  Control flow issues  (MISSING_BREAK):

Add comments that indicate the fall-through is intentional.

Fix CID 1356351:  Null pointer dereferences  (FORWARD_NULL):

Fix potential SEGV if the page_size key is malformed.

Fix CID 1356350:  Error handling issues  (CHECKED_RETURN):

Add (void) to indicate that we do not care about the return code of
sscanf in this case.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-03-17 10:05:57 -06:00
..
allocator opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
backtrace Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
base opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
btl Merge pull request #1459 from alinask/topic/openib_diff_subnets 2016-03-17 08:40:08 +02:00
common opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
compress mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
crs configury: test portability 2015-12-28 13:58:45 +09:00
dl mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
event event/external: add missing include file 2015-12-28 17:22:59 +09:00
hwloc hwloc: correctly count cores with at least one allowed PU 2016-01-29 11:54:34 +09:00
if configury: test portability 2015-12-28 13:58:45 +09:00
installdirs Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memchecker configury: test portability 2015-12-28 13:58:45 +09:00
memcpy Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
memory memory/linux: make memory_linux_memalign an enum 2016-03-03 08:38:46 +09:00
mpool opal: fix various coverity errors 2016-03-17 10:05:57 -06:00
pmix Cleanup a debug statement. Plug a memory leak 2016-03-08 18:27:55 -08:00
pstat mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
rcache rcache/grdma: fix typo 2016-03-16 18:30:44 -06:00
reachable mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
sec configury: test portability 2015-12-28 13:58:45 +09:00
shmem Update the singularity support to match that of the latest singularity master. Remove the restriction on shared memory components by instructing singularity to not isolate the PID space. Add a new schizo API to allow setting up the original app_context. Ensure the container is installed prior to execution. 2016-03-05 21:47:42 -08:00
timer Initialize these 2 common symbols. 2016-02-15 12:27:24 -05:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00