From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [lnf-queue PATCH] nlmsg: add lacking attributes validation Date: Mon, 5 Oct 2015 17:36:18 +0200 Message-ID: <20151005153618.GA22913@salvia> References: <20150911015452.GA6310@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: The netfilter developer mailinglist To: Ken-ichirou MATSUZAWA Return-path: Received: from mail.us.es ([193.147.175.20]:56895 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752182AbbJEP31 (ORCPT ); Mon, 5 Oct 2015 11:29:27 -0400 Content-Disposition: inline In-Reply-To: <20150911015452.GA6310@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Sep 11, 2015 at 10:54:53AM +0900, Ken-ichirou MATSUZAWA wrote: > This patch adds four (actually two) attributes validation with > comparing to current kernel header. Applied, thanks.