1
1
openmpi/opal/mca/common/sm
Brian Barrett e9e4d2a4bc Handle asprintf errors with opal_asprintf wrapper
The Open MPI code base assumed that asprintf always behaved like
the FreeBSD variant, where ptr is set to NULL on error.  However,
the C standard (and Linux) only guarantee that the return code will
be -1 on error and leave ptr undefined.  Rather than fix all the
usage in the code, we use opal_asprintf() wrapper instead, which
guarantees the BSD-like behavior of ptr always being set to NULL.
In addition to being correct, this will fix many, many warnings
in the Open MPI code base.

Signed-off-by: Brian Barrett <bbarrett@amazon.com>
2018-10-08 16:43:53 -07:00
..
common_sm_mpool.c Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
common_sm_mpool.h opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
common_sm.c opal/asm: rename existing arithmetic atomic functions 2017-11-30 10:41:22 -07:00
common_sm.h opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
configure.m4 George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
help-mpi-common-sm.txt George did the work and deserves all the credit for it. Ralph did the merge, and deserves whatever blame results from errors in it :-) 2014-07-26 00:47:28 +00:00
Makefile.am opal: rework mpool and rcache frameworks 2016-03-14 10:50:41 -06:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00