chiark / gitweb /
switch some strlcpy's to memcpy
authorKay Sievers <kay.sievers@suse.de>
Mon, 8 Aug 2005 00:21:55 +0000 (02:21 +0200)
committerKay Sievers <kay.sievers@suse.de>
Mon, 8 Aug 2005 00:21:55 +0000 (02:21 +0200)
strlcpy counts the sourec string lengt and is therefore not suitable
to copy a defined length of characters from one string to another.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>

No differences found