K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-13T00:17:57.635766Z K 7 svn:log V 248 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 MFC after: 1 week END