From owner-svn-src-head@FreeBSD.ORG Fri Feb 6 15:07:12 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AFEA566; Fri, 6 Feb 2015 15:07:12 +0000 (UTC) Received: from butcher-nb.yandex.net (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by mx2.freebsd.org (Postfix) with ESMTP id 50E15255; Fri, 6 Feb 2015 15:07:09 +0000 (UTC) Message-ID: <54D4D874.4090702@FreeBSD.org> Date: Fri, 06 Feb 2015 18:06:28 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Rui Paulo Subject: Re: svn commit: r278268 - head/sys/netinet6 References: <201502051629.t15GTRl1010011@svn.freebsd.org> <2E377435-5669-4E97-A212-5E30909773F8@me.com> In-Reply-To: <2E377435-5669-4E97-A212-5E30909773F8@me.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 15:07:12 -0000 On 06.02.2015 09:20, Rui Paulo wrote: >> Log: Print IPv6 address in log message instead of address of >> pointer. > > Just a side note: > > Ideally we should get rid of all non-debug %p printfs in the kernel > as they can be used to bypass address space layout randomisation. A good example on which we need to think :) # sysctl kern.geom.confxml -- WBR, Andrey V. Elsukov