dp8390: resolve Coverity warnings (encore)
This commit is contained in:
parent
bc404a9401
commit
4aec9db571
@ -1640,7 +1640,7 @@ dp_conf_t *dcp;
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
strcpy(eckey, "DPETH0");
|
strlcpy(eckey, "DPETH0", sizeof(eckey));
|
||||||
eckey[5] += de_instance;
|
eckey[5] += de_instance;
|
||||||
|
|
||||||
/* Get the default settings and modify them from the environment. */
|
/* Get the default settings and modify them from the environment. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user