Discussion:
[CID 1125463] issue found by Coverity
Dennis Preiser
2013-11-08 17:03:47 UTC
Permalink
Below a fix for 1125463. It might be possible that the following change
is already part of the fix for CID 1125403 (assigned to Urs):

- strcat(sptr, name_buf);
+ strcat(sptr, BlankIfNull(name_buf));

Dennis

Loading...