Use strlcpy() instead of strncpy() when copying ifname to ensure
that it is NUL terminated. Additional NUL padding is not required
for short names.
Reported by: Coverity
CID: 1009974
MFC after: 1 week
Use strlcpy() instead of strncpy() when copying ifname to ensure Tags None Referenced Files None Subscribers None
Description
Details
|