From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 75047 invoked by alias); 14 Aug 2015 14:39:30 -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 75037 invoked by uid 89); 14 Aug 2015 14:39:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 14 Aug 2015 14:39:28 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5206E292F1; Fri, 14 Aug 2015 10:39:26 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MaZuCoj8ly1x; Fri, 14 Aug 2015 10:39:26 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 2206E292F0; Fri, 14 Aug 2015 10:39:26 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B86774444F; Fri, 14 Aug 2015 07:39:24 -0700 (PDT) Date: Fri, 14 Aug 2015 14:39:00 -0000 From: Joel Brobecker To: Iain Buclaw Cc: GDB Patches Subject: Re: New ARI warning Fri Aug 14 01:54:27 UTC 2015 Message-ID: <20150814143924.GM22245@adacore.com> References: <20150814015427.GA11121@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-08/txt/msg00382.txt.bz2 > > 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? Looks like it's just a move, and so the situation is no worse than before. However, yes, let's try to clean as many up as we can, please. This one should be fairly easy to get rid of. -- Joel