From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [patch] netfilter: nft_exthdr: fix error handling in nft_exthdr_init() Date: Mon, 17 Oct 2016 17:40:30 +0200 Message-ID: <20161017154030.GA15672@salvia> References: <20161012060912.GF12841@mwanda> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Laura Garcia Liebana , Patrick McHardy , Jozsef Kadlecsik , "David S. Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org To: Dan Carpenter Return-path: Received: from mail.us.es ([193.147.175.20]:46752 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933623AbcJQPkj (ORCPT ); Mon, 17 Oct 2016 11:40:39 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id EA3271022A1 for ; Mon, 17 Oct 2016 17:40:37 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id DBA4FDA817 for ; Mon, 17 Oct 2016 17:40:37 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C7E65DA84E for ; Mon, 17 Oct 2016 17:40:35 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20161012060912.GF12841@mwanda> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Oct 12, 2016 at 09:09:12AM +0300, Dan Carpenter wrote: > "err" needs to be signed for the error handling to work. Applied, thanks Dan.