From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27603 invoked by alias); 17 May 2005 16:25:26 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 25540 invoked from network); 17 May 2005 16:23:07 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 17 May 2005 16:23:07 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j4HGN7NJ004080 for ; Tue, 17 May 2005 12:23:07 -0400 Received: from pobox.surrey.redhat.com (pobox.surrey.redhat.com [172.16.10.17]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j4HGN1O23201; Tue, 17 May 2005 12:23:01 -0400 Received: from [172.31.0.98] (vpnuser7.surrey.redhat.com [172.16.9.7]) by pobox.surrey.redhat.com (8.12.8/8.12.8) with ESMTP id j4HGMwMO021744; Tue, 17 May 2005 17:22:59 +0100 Message-ID: <428A1A8B.7090505@redhat.com> Date: Tue, 17 May 2005 17:16:00 -0000 From: Nick Clifton User-Agent: Mozilla Thunderbird 1.0 (X11/20041206) MIME-Version: 1.0 To: Mike Frysinger , Tavis Ormandy CC: binutils@sources.redhat.com Subject: Re: BFD overflows (part 2) [first patch] References: <200505120736.35805.vapier@gentoo.org> <200505121217.22312.vapier@gentoo.org> In-Reply-To: <200505121217.22312.vapier@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-05/txt/msg00542.txt.bz2 Hi Mike, Hi Tavis, >>strings.024: >>Program received signal SIGSEGV, Segmentation fault. >>0x0000000000419f37 in bfd_section_from_shdr (abfd=0x584090, shindex=20) >> at elf.c:1751 >>1751 if (elf_elfsections (abfd)[hdr->sh_link]->sh_type != >>SHT_STRTAB) > find attached a small patch against mainline written by Tavis Ormandy > to fix this case Thanks for submitting this patch - I have applied it to the mainline sources. Cheers Nick