]> git.openfabrics.org - ~ardavis/dapl.git/commit
ucm: fca_comm_destroy called with NULL
authorAmir Hanania <amir.hanania@intel.com>
Thu, 17 Sep 2015 00:27:27 +0000 (17:27 -0700)
committerArlin Davis <arlin.r.davis@intel.com>
Thu, 17 Sep 2015 00:27:27 +0000 (17:27 -0700)
commit7476da8d3c523f9a719748a046d339ea29f41aef
tree6d38907d43541e80a7dcb3ce7f60e86c54ec37d1
parentf0d97457ba86bdc13901dc37996d2f7419f64360
ucm: fca_comm_destroy called with NULL

In some cases dapli_free_collective_group is called without the comm was initialized.
fca_comm_destroy call in this func seg fault.

Signed-off-by: Amir Hanania <amir.hanania@intel.com>
dapl/openib_common/collectives/fca_provider.c
dat/common/dat_api.c