K 10 svn:author V 3 cem K 8 svn:date V 27 2016-04-20T04:50:33.650913Z K 7 svn:log V 310 pty(4): Use strlcpy to guarantee destination buffer isn't overrun The devtoname() name is strcpyed into a small stack buffer. Sure, we always expect the name to be ttyXX (or ptyXX). If that's the case, strlcpy() doesn't hurt. Reported by: Coverity CID: 1006768 Sponsored by: EMC / Isilon Storage Division END