Re: segfault in ntpd

2015-10-30 Thread Matthew Seaman
On 2015/10/30 10:32, Dag-Erling Smørgrav wrote: > Can those of you who are experiencing this bug on 10 please try to build > and run a kernel from head@287591 or newer (with your 10 userland) and > report back? > > # svnlite co svn://svn.freebsd.org/base/head@287591 /tmp/head > # cd /tmp/head > #

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Dag-Erling Smørgrav
Please try these patches instead: https://people.freebsd.org/~des/SA-15:25/ DES -- Dag-Erling Smørgrav - d...@des.no ___ freebsd-security@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-security To unsubscribe, send any ma

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Dag-Erling Smørgrav
"Herbert J. Skuhra" writes: > So can anyone confirm that the ntp patches in the SA are correct and we > are just too stupid to use patch? I looked at the SA-15:25 patch, and it is incorrect. I will work with the so@ to get correct patches released. DES -- Dag-Erling Smørgrav - d...@des.no

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Herbert J. Skuhra
On Fri, Oct 30, 2015 at 01:29:03PM +0300, Gleb Smirnoff wrote: > Herbert, > > On Fri, Oct 30, 2015 at 11:18:11AM +0100, Herbert J. Skuhra wrote: > H> On Fri, Oct 30, 2015 at 09:24:03AM +0100, Dag-Erling Smørgrav wrote: > H> > Guillaume Bibaut writes: > H> > > Herbert J. Skuhra writes: > H> > >

segfault in ntpd

2015-10-30 Thread Dag-Erling Smørgrav
Can those of you who are experiencing this bug on 10 please try to build and run a kernel from head@287591 or newer (with your 10 userland) and report back? # svnlite co svn://svn.freebsd.org/base/head@287591 /tmp/head # cd /tmp/head # make buildkernel KERNCONF=GENERIC # make installkernel KERNCON

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Gleb Smirnoff
Herbert, On Fri, Oct 30, 2015 at 11:18:11AM +0100, Herbert J. Skuhra wrote: H> On Fri, Oct 30, 2015 at 09:24:03AM +0100, Dag-Erling Smørgrav wrote: H> > Guillaume Bibaut writes: H> > > Herbert J. Skuhra writes: H> > > > OK, with 'patch -p0 < /path/to/ntp-102.patch' I get only [...] H> > > As f

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Franco Fichtner
I had a similar issue with git-format-patch and git-am (on 10.1) where the generated patch output was mangled or could not be imported correctly. I ended up omitting the actual text patch extraction by going directly to the git objects with git-cherry-pick. No idea how to fix this though, sorry.

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Herbert J. Skuhra
On Fri, Oct 30, 2015 at 09:24:03AM +0100, Dag-Erling Smørgrav wrote: > Guillaume Bibaut writes: > > Herbert J. Skuhra writes: > > > OK, with 'patch -p0 < /path/to/ntp-102.patch' I get only [...] > > As far as I know, the SA does not mention 'patch -p0'. Shouldn’t this > > be mentioned? > > BSD p

Re: Compilation problem since SA-15:25 for FreeBSD 10.2-RELEASE

2015-10-30 Thread Dag-Erling Smørgrav
Guillaume Bibaut writes: > Herbert J. Skuhra writes: > > OK, with 'patch -p0 < /path/to/ntp-102.patch' I get only [...] > As far as I know, the SA does not mention 'patch -p0'. Shouldn’t this > be mentioned? BSD patch(1) assumes -p0. GNU patch(1) does not. I assume Herbert is used to GNU patch