1
1
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
..
2015-02-09 20:49:03 -08:00
2015-01-16 12:48:36 -08:00
2014-05-18 21:48:09 +00:00