From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] event/octeontx: fix snprintf mempool name overflow Date: Wed, 25 Apr 2018 16:55:41 +0200 Message-ID: <5845616.Es9UhdVMYk@xps> References: <20180423133933.31334-1-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Van Haaren, Harry" To: Pavan Nikhilesh Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 85BF07EC7 for ; Wed, 25 Apr 2018 16:55:44 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/04/2018 14:54, Van Haaren, Harry: > > +CC Thomas, would you take this one asap it fixes a build warning with Meson/GCC 5.4 on Ubuntu with fortified headers. > > > > Bugzilla-ID: 28 > > > Fixes: f874c1eb1519 ("event/octeontx: create and free timer adapter") > > > > > > Reported-by: Harry van Haaren > > > Signed-off-by: Pavan Nikhilesh > > > > > > Nice one, confirmed as fixed! > > > > I wasn't aware Bugzilla had a diff view; The patch as attachment is viewable > > here: > > https://dpdk.org/tracker/attachment.cgi?id=5&action=diff It's nice :) I have update the Bugzilla ticket, especially the field URL with the link to see the commit in cgit. > > Tested-by: Harry van Haaren Applied, thanks