Re: SVN r310931 Bad code

2016-12-31 Thread Ngie Cooper (yaneurabeya)
> On Dec 31, 2016, at 06:14, Michael Butler wrote: > > At line 1949 of head/contrib/bsnmp/lib/snmpclient.c, you changed .. > > - if ((sc->chost = malloc(strlen(s) + 1)) == NULL) { > + if ((sc->chost = strdup(strlen(s))) == NULL) { > > This

Re: every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop
On Sat, 31 Dec 2016 13:19:18 +0100, Ronald Klop wrote: On Sat, 31 Dec 2016 13:11:50 +0100, Ronald Klop wrote: Hi, I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed: ===> libexec/rtld-elf (install) chflags -h noschg

FreeBSD_HEAD_i386 - Build #4532 - Fixed

2016-12-31 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #4532 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4532/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4532/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4532/console Change summaries:

SVN r310931 Bad code

2016-12-31 Thread Michael Butler
At line 1949 of head/contrib/bsnmp/lib/snmpclient.c, you changed .. - if ((sc->chost = malloc(strlen(s) + 1)) == NULL) { + if ((sc->chost = strdup(strlen(s))) == NULL) { This can't work as intended since strlen returns the length of the string not a pointer to it. I

Re: every command segmentation faults after installworld

2016-12-31 Thread David Wolfskill
On Sat, Dec 31, 2016 at 01:11:50PM +0100, Ronald Klop wrote: > Hi, > > I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed: > ===> libexec/rtld-elf (install) > chflags -h noschg /usr/libexec/ld-elf.so.1 > install -s -o root -g wheel -m 555 -C -b -fschg -S ld-elf.so.1 >

every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop
Hi, I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed: ===> libexec/rtld-elf (install) chflags -h noschg /usr/libexec/ld-elf.so.1 install -s -o root -g wheel -m 555 -C -b -fschg -S ld-elf.so.1 /libexec/ld-elf .so.1 install -o root -g wheel -m 444 ld-elf.so.1.debug

Re: every command segmentation faults after installworld

2016-12-31 Thread Ronald Klop
On Sat, 31 Dec 2016 13:11:50 +0100, Ronald Klop wrote: Hi, I just rebuild kernel+world (with NO_CLEAN=yes). Installworld failed: ===> libexec/rtld-elf (install) chflags -h noschg /usr/libexec/ld-elf.so.1 install -s -o root -g wheel -m 555 -C -b -fschg -S ld-elf.so.1

FreeBSD_HEAD_i386 - Build #4531 - Failure

2016-12-31 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #4531 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4531/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4531/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/4531/console Change summaries: