libDtSearch: Coverity 86762
This commit is contained in:
@@ -212,7 +212,7 @@ int num /* Element to extract (0 = first) */
|
|||||||
|
|
||||||
if (dbxpath == NULL) return (NULL);
|
if (dbxpath == NULL) return (NULL);
|
||||||
if (dbxpath[0] == '\0') return (NULL); /* NULL string? */
|
if (dbxpath[0] == '\0') return (NULL); /* NULL string? */
|
||||||
strcpy(element,dbxpath);
|
snprintf(element, sizeof(element), "%s", dbxpath);
|
||||||
|
|
||||||
/* If there is only one element, always return that */
|
/* If there is only one element, always return that */
|
||||||
if (strchr(element,';') == NULL) {
|
if (strchr(element,';') == NULL) {
|
||||||
|
|||||||
Reference in New Issue
Block a user