K 10 svn:author V 7 asomers K 8 svn:date V 27 2015-06-09T19:41:16.904894Z K 7 svn:log V 279 MFC r283115 Properly null-terminate strings in a kernel dump header. A version string longer than 192 bytes will cause the version field of a dump header to overflow. strncpy doesn't null terminate it, so savecore will print a corrupted info file. Using strlcpy fixes the bug. END