From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH 0/7] A bunch of covscan detected fixes Date: Fri, 12 Aug 2016 01:58:17 +0200 Message-ID: <20160811235817.GA11124@salvia> References: <1470958419-32602-1-git-send-email-phil@nwl.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Phil Sutter Return-path: Received: from mail.us.es ([193.147.175.20]:53448 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751590AbcHKX63 (ORCPT ); Thu, 11 Aug 2016 19:58:29 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 3305D1878BF for ; Fri, 12 Aug 2016 01:58:28 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 2416BDA7EA for ; Fri, 12 Aug 2016 01:58:28 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 0FA38DA7E7 for ; Fri, 12 Aug 2016 01:58:26 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1470958419-32602-1-git-send-email-phil@nwl.cc> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Aug 12, 2016 at 01:33:32AM +0200, Phil Sutter wrote: > The following series aims at fixing a number of issues identified by > Coverity tool. Due to limited familiarity with the whole code layout, I > am not sure all of them are really valid, but I tried my best to verify > the concerns are legitimate and worth fixing. Applied, 1/7, 3/7, 4/7, 5/7, 7/7. Kept back 2/7 and 6/7. I think 2/7 you can send a new version. Thanks Phil.