K 10 svn:author V 4 ngie K 8 svn:date V 27 2016-05-13T08:41:09.141105Z K 7 svn:log V 276 MFC r298337: r298337 (by cem): 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. CID: 1006768 END