1
1
openmpi/ompi/mca/fcoll
Nathan Hjelm 95b95e19af fcoll/dynamic: fix coverity errors
Fixes CID 72320: Explicit NULL dereferenced

On error it is possible that the blocklen_per_process array is
NULL. Change the NULL check before the free to check for non-NULL on
the array not the array element. Also clean up allocation of this
array to use calloc instead of malloc + setting each element to NULL.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-10-01 14:38:09 -06:00
..
base Performance tuning: make sure the individual component is selected for 1 and 2 process communicators (important for some benchmarks) 2015-07-30 17:31:16 -05:00
dynamic fcoll/dynamic: fix coverity errors 2015-10-01 14:38:09 -06:00
individual io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00
static io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00
two_phase fcoll/two_phase: fix coverity errors 2015-10-01 14:38:09 -06:00
configure.m4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fcoll.h io: do not cast way the const modifier when this is not necessary 2015-09-09 09:18:58 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00