From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11874 invoked by alias); 4 Apr 2014 14:47:15 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 11865 invoked by uid 89); 4 Apr 2014 14:47:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=ham version=3.3.2 X-HELO: smtpout20.bt.lon5.cpcloud.co.uk Received: from smtpout20.bt.lon5.cpcloud.co.uk (HELO smtpout20.bt.lon5.cpcloud.co.uk) (65.20.0.140) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 04 Apr 2014 14:47:13 +0000 X-CTCH-RefID: str=0001.0A090204.533EC5EA.0077,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 X-Junkmail-Premium-Raw: score=7/97,refid=2.7.2:2014.4.1.130616:17:7.944,ip=,rules=__MOZILLA_MSGID, __HAS_MSGID, __SANE_MSGID, __HAS_FROM, __USER_AGENT, __MOZILLA_USER_AGENT, __MIME_VERSION, __TO_MALFORMED_2, __BOUNCE_CHALLENGE_SUBJ, __BOUNCE_NDR_SUBJ_EXEMPT, __SUBJ_ALPHA_END, __IN_REP_TO, __CT, __CT_TEXT_PLAIN, __CTE, __ANY_URI, URI_ENDS_IN_HTML, __URI_NO_MAILTO, __URI_NO_WWW, __URI_NO_PATH, __SUBJ_ALPHA_NEGATE, __FORWARDED_MSG, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_400_499, __MIME_TEXT_ONLY, __URI_NS, HTML_00_01, HTML_00_10, BODY_SIZE_5000_LESS, BODY_SIZE_1000_LESS, BODY_SIZE_2000_LESS, BODY_SIZE_7000_LESS X-CTCH-Spam: Unknown Received: from [192.168.1.72] (86.179.19.26) by smtpout20.bt.lon5.cpcloud.co.uk (8.6.100.99.10223) (authenticated as jonturney@btinternet.com) id 53285B090055A1C7; Fri, 4 Apr 2014 15:47:06 +0100 Message-ID: <533EC5EE.7040508@dronecode.org.uk> Date: Fri, 04 Apr 2014 14:47:00 -0000 From: Jon TURNEY User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Nicholas Clifton , binutils@sourceware.org Subject: Re: [PATCH 1/2] pe/coff: Avoid a crash using objdump -p on the output of objcopy --only-keep-debug References: <1395153555-5572-1-git-send-email-jon.turney@dronecode.org.uk> <1395153555-5572-2-git-send-email-jon.turney@dronecode.org.uk> <20140403040236.GA4644@ednor.casa.cgf.cx> <533D45D0.6060703@redhat.com> In-Reply-To: <533D45D0.6060703@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-SW-Source: 2014-04/txt/msg00062.txt.bz2 On 03/04/2014 12:28, Nicholas Clifton wrote: > Hi Jon, > >>> 2014-03-18 Jon TURNEY >>> >>> * peXXigen.c (pe_print_edata): Verify edt.name lies inside >>> section before dereferencing. > > Approved and applied. Thank you. I also posted a set of patches back in January [1]. I'd be grateful for any comments on those. [1] https://sourceware.org/ml/binutils/2014-01/msg00296.html