mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
libDtHelp: Coverity 88906
This commit is contained in:
parent
25c12cad4a
commit
9383267ded
1 changed files with 1 additions and 1 deletions
|
@ -1275,7 +1275,7 @@ _DtHelpCeMapCcdfTargetToId (
|
|||
char newTarget[128];
|
||||
CcdfVolumePtr ccdfVol = GetCcdfVolumePtr(vol);
|
||||
|
||||
strcpy (newTarget, target_id);
|
||||
snprintf(newTarget, sizeof(newTarget), "%s", target_id);
|
||||
_DtHelpCeUpperCase(newTarget);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue