1
1
openmpi/ompi/tools/ompi_info
Jeff Squyres 1e58920b4d *info param.c: use stack string buffers
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.
2015-02-12 10:24:02 -08:00
..
Makefile.am configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00
ompi_info.1in opal envlist mca: implement Jeff`s quibbles 2014-07-11 07:23:20 +00:00
ompi_info.c Protect against problems if someone passes us thru a pipe and then abnormally terminates the pipe early 2014-07-09 22:41:53 +00:00
ompi_info.h tools: Add oshmem_info utility 2013-10-12 19:03:32 +00:00
param.c *info param.c: use stack string buffers 2015-02-12 10:24:02 -08:00