From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH] ruleset: fix erroneus call to snprintf Date: Wed, 7 May 2014 15:39:21 +0200 Message-ID: <20140507133921.GA4890@localhost> References: <20140506150933.31175.48901.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netfilter Development Mailing list To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:32907 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932959AbaEGNj1 (ORCPT ); Wed, 7 May 2014 09:39:27 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, May 06, 2014 at 05:53:01PM +0200, Arturo Borrero Gonzalez wrote: > On 6 May 2014 17:09, Arturo Borrero Gonzalez > wrote: > > This snprintf call is taking an erroneus value for size. > > > > Please Pablo fix the message if you apply this. erroneus -> erroneous. Fixed and applied, thanks.