From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 105F4C64EC4 for ; Fri, 10 Mar 2023 12:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230290AbjCJMTQ (ORCPT ); Fri, 10 Mar 2023 07:19:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230321AbjCJMTJ (ORCPT ); Fri, 10 Mar 2023 07:19:09 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 92D3B102B68 for ; Fri, 10 Mar 2023 04:18:59 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1pabi5-0001rV-QI; Fri, 10 Mar 2023 13:18:57 +0100 Date: Fri, 10 Mar 2023 13:18:57 +0100 From: Phil Sutter To: Jozsef Kadlecsik Cc: netfilter-devel@vger.kernel.org Subject: Re: [ipset PATCH 0/2] Two minor code fixes Message-ID: Mail-Followup-To: Phil Sutter , Jozsef Kadlecsik , netfilter-devel@vger.kernel.org References: <20230222170241.26208-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230222170241.26208-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Feb 22, 2023 at 06:02:39PM +0100, Phil Sutter wrote: > These were identified by Coverity tool, no problems in practice. Still > worth fixing to reduce noise in code checkers. > > Phil Sutter (2): > xlate: Fix for fd leak in error path > xlate: Drop dead code Series applied.