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