K 10 svn:author V 6 eadler K 8 svn:date V 27 2018-03-08T08:04:32.464414Z K 7 svn:log V 297 MFC r316797: banner(6): Squash a harmless coverity warning The destination buffer is sized as the sum of program argument lengths, so it has plenty of room for *argv. Appease Coverity by using strlcpy instead of strcpy. Similar to a nearby cleanup performed in r316500. No functional change. END