From owner-svn-src-all@FreeBSD.ORG Sat Sep 1 11:06:47 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEF19106566C; Sat, 1 Sep 2012 11:06:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 6994D8FC0C; Sat, 1 Sep 2012 11:06:47 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:2c45:8400:d715:4c2a] (unknown [IPv6:2001:7b8:3a7:0:2c45:8400:d715:4c2a]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E3B405C37; Sat, 1 Sep 2012 13:06:45 +0200 (CEST) Message-ID: <5041EC4B.5000501@FreeBSD.org> Date: Sat, 01 Sep 2012 13:06:51 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20120828 Thunderbird/16.0 MIME-Version: 1.0 To: Garrett Cooper References: <201208312328.q7VNSfLK012047@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r239962 - head/contrib/binutils/binutils X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 01 Sep 2012 11:06:47 -0000 On 2012-09-01 03:00, Garrett Cooper wrote: > On Fri, Aug 31, 2012 at 4:28 PM, Dimitry Andric wrote: >> Author: dim >> Date: Fri Aug 31 23:28:41 2012 >> New Revision: 239962 >> URL: http://svn.freebsd.org/changeset/base/239962 >> >> Log: >> Fix a twelve year old bug in readelf: when process_dynamic_segment() >> encounters a DT_RUNPATH entry, the global dynamic_info[] array is >> overrun, causing some other global variable to be overwritten. ... > Nice! Hopefully this fixes the random tinderbox crashes I've seen! Koop said it occurred semi-randomly during the openjdk7 port build. It apparently runs "readelf -d" on a whole bunch of produced libraries. So I hope those are now gone. :) > Has this been fixed upstream? Yes, in 2009: http://sourceware.org/git/?p=binutils.git;a=commitdiff;h=839d59b5c25836c05cc5abb401e0b5fe17a98981