libDtHelp: Coverity 88813
This commit is contained in:
parent
49b69c257a
commit
25c12cad4a
|
|
@ -908,7 +908,7 @@ _DtHelpCeFindCcdfId (
|
|||
char *topicId = NULL;
|
||||
int found = False;
|
||||
|
||||
strcpy (newTarget, target_id);
|
||||
snprintf(newTarget, sizeof(newTarget), "%s", target_id);
|
||||
_DtHelpCeUpperCase(newTarget);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue