Re: svn commit: r284377 - head/lib/libc/sys

2015-06-14 Thread Jeremie Le Hen
On Sun, Jun 14, 2015 at 9:47 AM, Jeremie Le Hen j...@freebsd.org wrote: Author: jlh Date: Sun Jun 14 07:47:18 2015 New Revision: 284377 URL: https://svnweb.freebsd.org/changeset/base/284377 Log: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[]

svn commit: r284377 - head/lib/libc/sys

2015-06-14 Thread Jeremie Le Hen
Author: jlh Date: Sun Jun 14 07:47:18 2015 New Revision: 284377 URL: https://svnweb.freebsd.org/changeset/base/284377 Log: NetBSD commit log: Use a constant array for the MIB. Newer LLVM decided that mib[] warranted stack protections, with the obvious crash after the setup was done.