Re: svn commit: r280000 - head/sys/kern

2015-03-16 Thread John Baldwin
On Saturday, March 14, 2015 06:46:33 PM Ian Lepore wrote: > Author: ian > Date: Sat Mar 14 18:46:33 2015 > New Revision: 28 > URL: https://svnweb.freebsd.org/changeset/base/28 > > Log: > Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctl > string returned to userlan

svn commit: r280000 - head/sys/kern

2015-03-14 Thread Ian Lepore
Author: ian Date: Sat Mar 14 18:46:33 2015 New Revision: 28 URL: https://svnweb.freebsd.org/changeset/base/28 Log: Use sbuf_new_for_sysctl() instead of plain sbuf_new() to ensure sysctl string returned to userland is nulterminated. PR: 195668 Modified: head/sys/kern/k