From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10185 invoked by alias); 10 Jun 2003 20:35:04 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10051 invoked from network); 10 Jun 2003 20:35:03 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 10 Jun 2003 20:35:03 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 41399D2DAF; Tue, 10 Jun 2003 13:34:49 -0700 (PDT) Date: Tue, 10 Jun 2003 20:35:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix memory corruption when writting in inferior memory Message-ID: <20030610203449.GY947@gnat.com> References: <20030601063347.GI919@gnat.com> <1030610171228.ZM21827@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1030610171228.ZM21827@localhost.localdomain> User-Agent: Mutt/1.4i X-SW-Source: 2003-06/txt/msg00339.txt.bz2 > > 2003-05-31 J. Brobecker > > > > * rs6000-nat.c (child_xfer_memory): Compute the right address when > > fetching the trailing bytes of the buffer we are about to write. > > Okay. Thank you, checked in. -- Joel