HomeFreeBSD

MFC r299580

Description

MFC r299580

Use strlcpy() instead of strncpy() to ensure that ret->name is
NUL terminated. The source and destination buffers are the same
size and the source *should* be NUL terminated, but be paranoid.

Reported by: Coverity
CID: 1011274

Details

Provenance
truckmanAuthored on
Parents
rS300270: MFC r299579
Branches
Unknown
Tags
Unknown