![Jeff Squyres](/assets/img/avatar_default.png)
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.
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.