Re: svn commit: r315214 - head/usr.sbin/mpsutil

2017-03-13 Thread Pedro Giffuni
On 3/13/2017 3:55 PM, Ngie Cooper wrote: On Mon, Mar 13, 2017 at 1:49 PM, Pedro F. Giffuni wrote: Author: pfg Date: Mon Mar 13 20:49:31 2017 New Revision: 315214 URL: https://svnweb.freebsd.org/changeset/base/315214 Log: mpsutil(8): let calloc(3) do the multiplying. Should this change an

Re: svn commit: r315214 - head/usr.sbin/mpsutil

2017-03-13 Thread Ngie Cooper
On Mon, Mar 13, 2017 at 1:49 PM, Pedro F. Giffuni wrote: > Author: pfg > Date: Mon Mar 13 20:49:31 2017 > New Revision: 315214 > URL: https://svnweb.freebsd.org/changeset/base/315214 > > Log: > mpsutil(8): let calloc(3) do the multiplying. Should this change and the next one (ypbind) be MFCed?

svn commit: r315214 - head/usr.sbin/mpsutil

2017-03-13 Thread Pedro F. Giffuni
Author: pfg Date: Mon Mar 13 20:49:31 2017 New Revision: 315214 URL: https://svnweb.freebsd.org/changeset/base/315214 Log: mpsutil(8): let calloc(3) do the multiplying. Modified: head/usr.sbin/mpsutil/mps_cmd.c Modified: head/usr.sbin/mpsutil/mps_cmd.c ===