1
1
openmpi/ompi/mca/fcoll
Nathan Hjelm 70533e6d50 fcoll/static: fix coverity issues
Fix CID 72362: Explicit null dereferenced (FORWARD_NULL)

From what I can tell the code @ fcoll_static_file_read_all.c:649
should be setting bytes_per_process[i] to 0 not bytes_per_process.

Fix CID 72361: Explicit null dereferenced (FORWARD_NULL)

Modified check to check for blocklen_per_process non-NULL before
trying to free blocklen_per_process[l]. This is sufficient because
free (NULL) is safe. Also cleaned up the initialization of this an a
couple other arrays. They were allocated with malloc() then
initialized to 0. Changed to used calloc().

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-04-19 14:48:13 -06:00
..
base add the dynamic_gen2 component into the fcoll selection table. 2016-02-19 09:32:54 -06:00
dynamic fcoll/dynamic: fix coverity errors 2015-10-01 14:38:09 -06:00
dynamic_gen2 optimize the shuffle step: 2016-02-19 11:04:04 -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 fcoll/static: fix coverity issues 2016-04-19 14:48:13 -06:00
two_phase fcoll/two_phase: fix coverity issues 2016-04-19 14:47:41 -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