libDtHelp: Coverity 88776
This commit is contained in:
parent
4ee5f3d3cf
commit
045643d4db
|
|
@ -1396,7 +1396,7 @@ _DtHelpCeTracePathName (char *path)
|
|||
* for tacking on after the new link path has been
|
||||
* dropped into the path.
|
||||
*/
|
||||
strcpy (tempPath, ptr);
|
||||
snprintf(tempPath, sizeof(tempPath), "%s", ptr);
|
||||
|
||||
/*
|
||||
* is it an absolute path? Simply replace the path
|
||||
|
|
|
|||
Loading…
Reference in New Issue