From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17600 invoked by alias); 30 May 2011 19:38:20 -0000 Received: (qmail 17590 invoked by uid 22791); 30 May 2011 19:38:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 May 2011 19:38:06 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p4UJbeYH012788; Mon, 30 May 2011 21:37:40 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p4UJbcFO012687; Mon, 30 May 2011 21:37:38 +0200 (CEST) Date: Mon, 30 May 2011 19:38:00 -0000 Message-Id: <201105301937.p4UJbcFO012687@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: jan.kratochvil@redhat.com CC: brobecker@adacore.com, mark.kettenis@xs4all.nl, gdb-patches@sourceware.org In-reply-to: <20110530192841.GA11867@host1.jankratochvil.net> (message from Jan Kratochvil on Mon, 30 May 2011 21:28:42 +0200) Subject: Re: [commit] Re: New ARI warning Sat May 28 01:53:47 UTC 2011 References: <20110530192841.GA11867@host1.jankratochvil.net> 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: 2011-05/txt/msg00689.txt.bz2 > Date: Mon, 30 May 2011 21:28:42 +0200 > From: Jan Kratochvil > > On Mon, 30 May 2011 21:16:04 +0200, Mark Kettenis wrote: > > Sorry, no. Please replace this with a call to xsnprintf. > > Done, when there are any concerns. > > Checked in. Thanks