From owner-svn-src-all@FreeBSD.ORG Sun Jan 25 00:52:40 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 216A4B7B; Sun, 25 Jan 2015 00:52:40 +0000 (UTC) Received: from mail-pd0-x235.google.com (mail-pd0-x235.google.com [IPv6:2607:f8b0:400e:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2DB2A38; Sun, 25 Jan 2015 00:52:39 +0000 (UTC) Received: by mail-pd0-f181.google.com with SMTP id g10so4997782pdj.12; Sat, 24 Jan 2015 16:52:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=/4QIm5F6vOVM10TyAu9NzTLFjoP2jZrwMIW5I1lAr3s=; b=0/PsRJqWeRkuuikSrfGTNf4NswYQhjDAZlqBVhJiReGG8JvDz1hW+uf1wbDrjeSwAx bNizWLYtWyEIoIsZH7aisNwAdgyV5RwzsV1rElfTGXOfqNS5sg21csbLmzfoh7iABTeb oFzQZr0CQTxFu7LFy6VCviP+Q8sDm4FmYYragYKrBnpUfGBcSgTpRhWxYANm7xs4/0US Z44cmwGNudAK6GyLoX4UztoTTs/ScSYROwuTf1wcAqNcsJ9z0ZONxNx+9EJtG+QbPvff rej/D22n/XOwqJ49XHWFQfMo0sw2dOPRDaIJKhhzBxYX7RyJPWoEOTBCuidU/mw9RLNx 5X4Q== X-Received: by 10.70.90.226 with SMTP id bz2mr22841163pdb.157.1422147159354; Sat, 24 Jan 2015 16:52:39 -0800 (PST) Received: from charmander.picturesperfect.net (c-67-182-131-225.hsd1.wa.comcast.net. [67.182.131.225]) by mx.google.com with ESMTPSA id ob4sm5865792pdb.48.2015.01.24.16.52.37 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 24 Jan 2015 16:52:38 -0800 (PST) Sender: Mark Johnston Date: Sat, 24 Jan 2015 16:52:33 -0800 From: Mark Johnston To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r277667 - in head/lib/libproc: . tests Message-ID: <20150125005233.GA83813@charmander.picturesperfect.net> References: <201501250034.t0P0YiGE099093@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201501250034.t0P0YiGE099093@svn.freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 00:52:40 -0000 On Sun, Jan 25, 2015 at 12:34:44AM +0000, Mark Johnston wrote: > Author: markj > Date: Sun Jan 25 00:34:43 2015 > New Revision: 277667 > URL: https://svnweb.freebsd.org/changeset/base/277667 > > Log: > Ensure that we don't try to demangle a symbol name if we failed to look > up the symbol. Add a test to exercise this code path. > > Reviewed by: adrian Sorry, I meant that to be "Reported by:".