Re: svn commit: r282685 - head/usr.sbin/pw

2015-05-09 Thread Garrett Cooper
On May 9, 2015, at 16:03, Baptiste Daroussin wrote: > On Sat, May 09, 2015 at 03:54:09PM -0700, Garrett Cooper wrote: >> >>> On May 9, 2015, at 12:12, Baptiste Daroussin wrote: >>> >>> Author: bapt >>> Date: Sat May 9 19:12:16 2015 >>> New Revision: 282685 >>> URL: https://svnweb.freebsd.org/

Re: svn commit: r282685 - head/usr.sbin/pw

2015-05-09 Thread Baptiste Daroussin
On Sat, May 09, 2015 at 03:54:09PM -0700, Garrett Cooper wrote: > > > On May 9, 2015, at 12:12, Baptiste Daroussin wrote: > > > > Author: bapt > > Date: Sat May 9 19:12:16 2015 > > New Revision: 282685 > > URL: https://svnweb.freebsd.org/changeset/base/282685 > > > > Log: > > Replace malloc(3

Re: svn commit: r282685 - head/usr.sbin/pw

2015-05-09 Thread Garrett Cooper
> On May 9, 2015, at 12:12, Baptiste Daroussin wrote: > > Author: bapt > Date: Sat May 9 19:12:16 2015 > New Revision: 282685 > URL: https://svnweb.freebsd.org/changeset/base/282685 > > Log: > Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3) > > Modified: > head/usr.sbin/pw/pw_user.

svn commit: r282685 - head/usr.sbin/pw

2015-05-09 Thread Baptiste Daroussin
Author: bapt Date: Sat May 9 19:12:16 2015 New Revision: 282685 URL: https://svnweb.freebsd.org/changeset/base/282685 Log: Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3) Modified: head/usr.sbin/pw/pw_user.c Modified: head/usr.sbin/pw/pw_user.c =