Use strlcpy().
MFC after: 2 weeks
This commit is contained in:
parent
aff7b6c709
commit
69097cd8da
@ -1077,7 +1077,7 @@ user(char *name)
|
||||
}
|
||||
}
|
||||
if (logging)
|
||||
strncpy(curname, name, sizeof(curname)-1);
|
||||
strlcpy(curname, name, sizeof(curname));
|
||||
|
||||
pwok = 0;
|
||||
#ifdef USE_PAM
|
||||
|
Loading…
Reference in New Issue
Block a user