From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22562 invoked by alias); 19 Feb 2010 14:07:08 -0000 Received: (qmail 22550 invoked by uid 22791); 19 Feb 2010 14:07:07 -0000 X-SWARE-Spam-Status: No, hits=-6.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 19 Feb 2010 14:07:03 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o1JE6e0G022010 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 19 Feb 2010 09:06:40 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o1JE6cNm009491 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 19 Feb 2010 09:06:40 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o1JE6cQj031799; Fri, 19 Feb 2010 15:06:38 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o1JE6bSk031798; Fri, 19 Feb 2010 15:06:37 +0100 Date: Fri, 19 Feb 2010 14:07:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [patch] Fix crash on stale addrinfo->sectindex Message-ID: <20100219140637.GA31774@host0.dyn.jankratochvil.net> References: <20100219062146.GA2862@host0.dyn.jankratochvil.net> <20100219130031.GB2779@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100219130031.GB2779@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-02/txt/msg00480.txt.bz2 On Fri, 19 Feb 2010 14:00:31 +0100, Joel Brobecker wrote: > Absolutely - As usual, I am always happy to give an extra opinion, but > I think that GMs have enough knowledge and authority to approve patches > for the branch as well. I will look at all patches anyway, but no need > to wait for my approval. Checked-in on gdb_7_1-branch: http://sourceware.org/ml/gdb-cvs/2010-02/msg00163.html Thanks, Jan