From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6720 invoked by alias); 18 Jan 2004 03:39:07 -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 6712 invoked from network); 18 Jan 2004 03:39:06 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 18 Jan 2004 03:39:06 -0000 Received: from drow by nevyn.them.org with local (Exim 4.30 #1 (Debian)) id 1Ai3mD-0000dg-Q9 for ; Sat, 17 Jan 2004 22:39:05 -0500 Date: Sun, 18 Jan 2004 03:39:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [RFA] Remove some sprintfs from vCont client support Message-ID: <20040118033905.GA2356@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20030929152831.GA23286@nevyn.them.org> <20030930211717.GB19869@nevyn.them.org> <3F8C917C.1080708@gnu.org> <20031016203156.GA24204@nevyn.them.org> <3F8F0B2B.9080506@redhat.com> <20031016221433.GA553@nevyn.them.org> <3F8F1B3B.7000904@redhat.com> <20031016225328.GA1542@nevyn.them.org> <20031202160704.GA22220@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031202160704.GA22220@nevyn.them.org> User-Agent: Mutt/1.5.1i X-SW-Source: 2004-01/txt/msg00464.txt.bz2 On Tue, Dec 02, 2003 at 11:07:04AM -0500, Daniel Jacobowitz wrote: > 2003-12-02 Daniel Jacobowitz > > * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. Oops, forgot to commit this after Andrew approved it. Done now, and the below. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer 2004-01-17 Daniel Jacobowitz * remote.c: Update copyright years. Index: remote.c =================================================================== RCS file: /cvs/src/src/gdb/remote.c,v retrieving revision 1.125 diff -u -p -r1.125 remote.c --- remote.c 18 Jan 2004 03:37:03 -0000 1.125 +++ remote.c 18 Jan 2004 03:37:58 -0000 @@ -1,7 +1,8 @@ /* Remote target communications for serial-line targets in custom GDB protocol Copyright 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, - 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Free Software Foundation, Inc. This file is part of GDB.