From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6377 invoked by alias); 10 Jun 2003 17:12:37 -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 6296 invoked from network); 10 Jun 2003 17:12:35 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 10 Jun 2003 17:12:35 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHCYH16195 for ; Tue, 10 Jun 2003 13:12:34 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHCYI08953; Tue, 10 Jun 2003 13:12:34 -0400 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5AHCYE31500; Tue, 10 Jun 2003 13:12:34 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5AHCSE21828; Tue, 10 Jun 2003 10:12:28 -0700 Date: Tue, 10 Jun 2003 17:12:00 -0000 From: Kevin Buettner Message-Id: <1030610171228.ZM21827@localhost.localdomain> In-Reply-To: Joel Brobecker "[RFA] Fix memory corruption when writting in inferior memory" (May 31, 11:33pm) References: <20030601063347.GI919@gnat.com> To: Joel Brobecker , gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix memory corruption when writting in inferior memory MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00329.txt.bz2 On May 31, 11:33pm, Joel Brobecker wrote: > Ok to commit? > > 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. Kevin