K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-20T06:35:14.085935Z K 7 svn:log V 230 MFC r299581 Use strlcpy() instead of strncpy() to ensure that qf->fsname is NUL terminated. Don't bother checking for truncation since the subsequent stat() call should detect that and fail. Reported by: Coverity CID: 1018189 END