From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109913 invoked by alias); 14 Aug 2015 08:38:42 -0000 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 Received: (qmail 109900 invoked by uid 89); 14 Aug 2015 08:38:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f169.google.com Received: from mail-wi0-f169.google.com (HELO mail-wi0-f169.google.com) (209.85.212.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Fri, 14 Aug 2015 08:38:40 +0000 Received: by wibhh20 with SMTP id hh20so12860933wib.0 for ; Fri, 14 Aug 2015 01:38:37 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.180.188.49 with SMTP id fx17mr4512080wic.74.1439541517712; Fri, 14 Aug 2015 01:38:37 -0700 (PDT) Received: by 10.27.16.2 with HTTP; Fri, 14 Aug 2015 01:38:37 -0700 (PDT) In-Reply-To: <20150814015427.GA11121@sourceware.org> References: <20150814015427.GA11121@sourceware.org> Date: Fri, 14 Aug 2015 08:38:00 -0000 Message-ID: Subject: Re: New ARI warning Fri Aug 14 01:54:27 UTC 2015 From: Iain Buclaw To: GDB Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00379.txt.bz2 On 14 August 2015 at 03:54, GDB Administrator wrote: > 112d111 > < gdb/d-exp.y:535: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf > gdb/d-exp.y:535: sprintf (buf, ', > 114a114 >> gdb/d-exp.y:530: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf > gdb/d-exp.y:530: sprintf (name, ', I'm assuming that these ARI warnings don't need immediate attention, but would be preferably fixed? Regards Iain