Re: [CFT]: ClangBSD is selfhosting, we need testers now

2010-04-16 Thread Rink Springer
On Sat, Apr 17, 2010 at 12:21:29AM +0200, Ivan Voras wrote: /mt/clangbsd/lib/libc/sys/stack_protector.c:88:19: error: format string is not a string literal (potentially insecure) [-Wformat-security] syslog(LOG_CRIT, msg); ^~~ 1 diagnostic generated.

Re: deprecating sprintf(9)

2010-09-08 Thread Rink Springer
Hi, On Wed, Sep 08, 2010 at 08:51:57AM -0700, m...@freebsd.org wrote: It seems like a large project, but OTOH sprintf(9) is mighty unsafe in the kernel. It's disapproved of for user-space as being unsafe for security reasons as well, but the potential downsides aren't the same, and we'll

panic: negative refcount after dhclient during boot

2015-07-05 Thread Rink Springer
'gateway_enable=YES' in /etc/rc.conf The kernel has INVARIANTS but no WITNESS. Config available at http://rink.nu/tmp/FRINGE - boot log at http://rink.nu/tmp/fringe.txt Regards, Rink Springer ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

panic: negative refcount after dhclient during boot

2015-07-05 Thread Rink Springer
'gateway_enable=YES' in /etc/rc.conf The kernel has INVARIANTS but no WITNESS. Config available at http://rink.nu/tmp/FRINGE - boot log at http://rink.nu/tmp/fringe.txt Regards, Rink Springer ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org

Re: panic: negative refcount after dhclient during boot

2015-07-06 Thread Rink Springer
On Sun, Jul 05, 2015 at 12:45:25PM -0700, Garrett Cooper wrote: On Jul 5, 2015, at 8:16, Rink Springer r...@freebsd.org wrote: Hi all, On my FreeBSD/mips machine (it's a RouterStation Pro), I get the following panic during boot: ? This reproduces 100%. I'm at: FreeBSD 11.0

Re: panic: negative refcount after dhclient during boot

2015-07-07 Thread Rink Springer
Hi eri@, On Mon, Jul 06, 2015 at 09:21:54AM +0200, Rink Springer wrote: On Sun, Jul 05, 2015 at 12:45:25PM -0700, Garrett Cooper wrote: On Jul 5, 2015, at 8:16, Rink Springer r...@freebsd.org wrote: Hi all, On my FreeBSD/mips machine (it's a RouterStation Pro), I get