K 10 svn:author V 7 delphij K 8 svn:date V 27 2015-09-11T06:52:57.738059Z K 7 svn:log V 397 Use strlcpy() in favor of strncpy() as it's defined to have a nul character at the end of string buffer, and the code context do expects this to behave correctly (e.g. strchr). Note that we do not believe there is real-world impact for gstat(8)'s usage because the strings are length checked, and the on-stack buffer belongs to main() and we can expect to have zeros in them. MFC after: 2 weeks END