K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2015-06-14T10:11:06.669653Z
K 7
svn:log
V 290
nnrpd: don't strlcpy with equal source/dest

strlcpy with overlapping source & destination has undefined behavior.
(INN's version of the function passes the source and destination to
memcpy, which also has undefined behavior when they overlap.)

Thanks to Richard Kettlewell for the patch.

END
