From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23918 invoked by alias); 3 Mar 2011 20:48:07 -0000 Received: (qmail 23909 invoked by uid 22791); 3 Mar 2011 20:48:06 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST X-Spam-Check-By: sourceware.org Received: from mail-qw0-f41.google.com (HELO mail-qw0-f41.google.com) (209.85.216.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 20:48:02 +0000 Received: by qwd7 with SMTP id 7so1498784qwd.0 for ; Thu, 03 Mar 2011 12:48:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.69.23 with SMTP id x23mr1467582qci.44.1299185280926; Thu, 03 Mar 2011 12:48:00 -0800 (PST) Received: by 10.229.89.197 with HTTP; Thu, 3 Mar 2011 12:48:00 -0800 (PST) In-Reply-To: <4D6FE822.3080808@vmware.com> References: <4D6FE822.3080808@vmware.com> Date: Thu, 03 Mar 2011 20:48:00 -0000 Message-ID: Subject: Re: [RFA] coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost error? From: Kai Tietz To: Michael Snyder Cc: nickc@redhat.com, bug-binutils@gnu.org, "gdb-patches@sourceware.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-03/txt/msg00208.txt.bz2 2011/3/3 Michael Snyder : > If rel-r_type is equal to ARRA_SIZE, it will overflow the array. > > What say you? > > > 2011-03-03 =A0Michael Snyder =A0 > > =A0 =A0 =A0 =A0* coff-x86_64.c (coff_amd64_rtype_to_howto): Fencepost err= or. I can't approve this patch, but looks ok. Kai