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