K 10 svn:author V 3 imp K 8 svn:date V 27 2006-08-05T18:22:11.000000Z K 7 svn:log V 236 Use safe strlcpy rather than unsafe strncpy. After marcel's last fix, there was still one overflow possible. strlcpy is faster anyway because it doesn't unexpectedly zero the entire length of the string when copying short strings.... END