Re: svn commit: r228614 - head/sbin/dhclient

2011-12-17 Thread Joerg Sonnenberger
On Sat, Dec 17, 2011 at 01:19:07AM +, Dimitry Andric wrote: > Log: > In sbin/dhclient, work around warnings about the size argument to > strlcpy appearing to be the size of the source buffer, instead of the > destination. If you touch this and don't want to use strdup-like functions, at

svn commit: r228614 - head/sbin/dhclient

2011-12-16 Thread Dimitry Andric
Author: dim Date: Sat Dec 17 01:19:07 2011 New Revision: 228614 URL: http://svn.freebsd.org/changeset/base/228614 Log: In sbin/dhclient, work around warnings about the size argument to strlcpy appearing to be the size of the source buffer, instead of the destination. MFC after:1 wee