lidtsvc: coverity fixes

This commit is contained in:
Peter Howkins
2018-04-12 01:38:02 +01:00
parent 91bb9a037a
commit 691dffb076
17 changed files with 52 additions and 20 deletions

View File

@@ -55,6 +55,9 @@ _DtPrintDefaultError(
{
_DtPrintDefaultErrorSafe(dpy, event, msg, BUFSIZ);
/* XXX retval? */
/* COV: 87468 nothing actually checks this return value */
return(1);
}
#define _DTP_STRNCAT(s1, s2, nb, ec) \