1
1
Nathan Hjelm 484a3f6147 coll/ml: fix issues identified by the clang static analyser and fix
a segmentation fault in the reduce cleanup

Some of the changes address false warnings produced by scan-build. I
added asserts and changed some malloc calls to calloc to silence these
warnings.

The was one issue in cleanup for reduce since the component_functions
member is changed by the allreduce call. There may be other issues
with how this code works but releasing the allocated
component_functions after setting up the static functions addresses
the primary issue (SIGSEGV).

cmr=v1.8.1:reviewer=manjugv

This commit was SVN r31417.
2014-04-16 22:43:35 +00:00
..
2014-03-27 23:25:31 +00:00
2014-04-15 19:50:54 +00:00
2014-01-22 21:16:15 +00:00
2014-03-28 19:53:36 +00:00
2014-03-19 16:09:20 +00:00