K 10 svn:author V 8 vangyzen K 8 svn:date V 27 2018-05-28T01:58:49.928792Z K 7 svn:log V 252 tcpdrop: ensure NUL termination of a string strncpy did not guarantee NUL termination of the "stack" string. Use strlcpy instead. While I'm here, avoid unnecessary memset and strnlen calls. Reported by: Coverity CID: 1381035 Sponsored by: Dell EMC END