]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In sbin/dhclient, since we know the size of the source strings anyway,
authorDimitry Andric <dim@FreeBSD.org>
Sat, 17 Dec 2011 01:29:46 +0000 (01:29 +0000)
committerDimitry Andric <dim@FreeBSD.org>
Sat, 17 Dec 2011 01:29:46 +0000 (01:29 +0000)
commit782474128646c4abf17ee2761b99403f3b42d9c4
tree294029fc441a0427cb9790d2afe188980fe74b5d
parente2f95dd9413754d9ce864f6d69d684cedde11ace
In sbin/dhclient, since we know the size of the source strings anyway,
we might as well use memcpy; strlcpy is really unnecessary here.

MFC after: 1 week
sbin/dhclient/clparse.c
sbin/dhclient/parse.c