1
1
openmpi/ompi/mca/fcoll/dynamic
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
..
fcoll_dynamic_component.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fcoll_dynamic_file_read_all.c whitespace: purge whitespace at end of lines 2015-09-08 09:47:17 -07:00
fcoll_dynamic_file_write_all.c fcoll/dynamic: fix coverity errors 2015-10-01 14:38:09 -06:00
fcoll_dynamic_module.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fcoll_dynamic.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
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00