1
1
Joshua Hursey 3b780ac137 opal/mca: Fix mca_base_verbose file suffix processing
* `-mca mca_base_verbose file:foo` should create an output file with
    the suffix `foo`. But since we free the pointer at the end of this
    function then by the time we use it it is pointing to invalid memory.
 * This commit fixes that corruption
 * This commit also fixes the behavior of `file:` with no suffix.
   Makes it the same as `file` without the colon.

Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
2017-06-27 16:52:56 -05:00
..
2017-02-27 15:10:50 +09:00
2017-06-23 08:15:34 -06:00
2017-02-24 07:09:06 -08:00
2017-06-23 08:15:34 -06:00
2015-06-23 20:59:57 -07:00