K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-20T06:33:02.122643Z K 7 svn:log V 243 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 END