From owner-svn-src-head@FreeBSD.ORG Sun May 26 11:03:36 2013 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0A008910; Sun, 26 May 2013 11:03:36 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) by mx1.freebsd.org (Postfix) with ESMTP id D0278224; Sun, 26 May 2013 11:03:35 +0000 (UTC) Received: from [192.168.0.2] (cpc27-cmbg15-2-0-cust235.5-4.cable.virginmedia.com [86.27.188.236]) (authenticated bits=0) by theravensnest.org (8.14.5/8.14.5) with ESMTP id r4QB3NvA031023 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 26 May 2013 11:03:25 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Subject: Re: svn commit: r250986 - head/sys/dev/usb From: David Chisnall In-Reply-To: <20130526122502.P847@besplex.bde.org> Date: Sun, 26 May 2013 12:02:09 +0100 Content-Transfer-Encoding: 7bit Message-Id: <9848640B-3442-45E5-A59E-FFFABA992CB1@FreeBSD.org> References: <201305251709.r4PH9xfv015285@svn.freebsd.org> <20130526122502.P847@besplex.bde.org> To: Bruce Evans X-Mailer: Apple Mail (2.1503) Cc: "svn-src-head@freebsd.org" , mdf@FreeBSD.org, "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Hans Petter Selasky X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 26 May 2013 11:03:36 -0000 On 26 May 2013, at 03:45, Bruce Evans wrote: > Hmm, it would be useful to have a compiler flag for initializing all > local variables to trap representations on entry to functions. The clang memory sanitizer does this. David