From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4008 invoked by alias); 23 Oct 2008 22:51:06 -0000 Received: (qmail 3999 invoked by uid 22791); 23 Oct 2008 22:51:04 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Oct 2008 22:50:27 +0000 Received: from wpaz5.hot.corp.google.com (wpaz5.hot.corp.google.com [172.24.198.69]) by smtp-out.google.com with ESMTP id m9NMoPw1018243 for ; Thu, 23 Oct 2008 15:50:25 -0700 Received: from wa-out-1112.google.com (wafm16.prod.google.com [10.114.189.16]) by wpaz5.hot.corp.google.com with ESMTP id m9NMnviC003451 for ; Thu, 23 Oct 2008 15:50:23 -0700 Received: by wa-out-1112.google.com with SMTP id m16so291826waf.6 for ; Thu, 23 Oct 2008 15:50:23 -0700 (PDT) Received: by 10.114.182.15 with SMTP id e15mr1226940waf.186.1224802223383; Thu, 23 Oct 2008 15:50:23 -0700 (PDT) Received: by 10.114.78.12 with HTTP; Thu, 23 Oct 2008 15:50:23 -0700 (PDT) Message-ID: <8ac60eac0810231550k38811cb1wad13b7866a788d46@mail.gmail.com> Date: Thu, 23 Oct 2008 22:51:00 -0000 From: "Paul Pluzhnikov" To: "Pedro Alves" Subject: Re: [patch] [python] Fix for double-free. Cc: gdb-patches@sourceware.org In-Reply-To: <200810232015.36765.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20081023172158.D13083A6AFD@localhost> <200810232015.36765.pedro@codesourcery.com> 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: 2008-10/txt/msg00589.txt.bz2 On Thu, Oct 23, 2008 at 12:15 PM, Pedro Alves wrote: >> OK to commit without a test case? > > IMO, yes. I'm sure you'll have testcases that trigger this when > more of the python stuff is in. I *do* already have a test case which shows the bug on the branch. Committed as above. Thanks, -- Paul Pluzhnikov