1e58920b4d
Coverity identified that we treated the possibility that one of the message buffers could be NULL in some places (because strdup() could fail), but not in others. So just use stack buffers that will never be NULL. This was CID 1269914. |
||
---|---|---|
.. | ||
Makefile.am | ||
ompi_info.1in | ||
ompi_info.c | ||
ompi_info.h | ||
param.c |