From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by dcvr.yhbt.net (Postfix) with ESMTP id 6DB961F910 for ; Tue, 15 Nov 2022 18:03:10 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=rjp.ie header.i=@rjp.ie header.b="fgfr4jDw"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238225AbiKOSBl (ORCPT ); Tue, 15 Nov 2022 13:01:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238248AbiKOSBJ (ORCPT ); Tue, 15 Nov 2022 13:01:09 -0500 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E135139 for ; Tue, 15 Nov 2022 10:00:47 -0800 (PST) MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rjp.ie; s=key1; t=1668535245; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mxB5waFtfNURSybt8bIMnNNKSryP1F6rat/Q/y7L8ho=; b=fgfr4jDwvSmbbwW0kQux/SF6SgbR9FO9xT7dtkYUPpoS+0GNkqoyRe6rdxZiIJwJnJvpTw WwHhcYIC6lKSItCd6ZaGCrp+3Cu3l26J62z25l5loPtOvJy4/kzXhhnTxIQBzXPp4nt3Ir 3NSCq5YoEwWKI0ow5omaXQhk0PO41n4= Date: Tue, 15 Nov 2022 18:00:45 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: ronan@rjp.ie Message-ID: Subject: Re: [PATCH v2] maintenance --unregister: fix uninit'd data use & -Wdeclaration-after-statement To: "Taylor Blau" Cc: git@vger.kernel.org, "=?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsCBCamFybWFzb24=?=" , Johannes.Schindelin@gmx.de In-Reply-To: References: <1ab6aa0e8178c88689f26b8df9ec75cb@rjp.ie> X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org November 15, 2022 10:35 AM, "Taylor Blau" wrote:=0A=0A>= It was human error on my part. Please let me know if the result in=0A> '= next' now is OK to you.=0A=0AHad a look and I'm just wondering if we're s= ure it's alright to clear=0Athe configset before using the list we found = in it. Doesn't that list=0Apoint into the configset?