From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (wildebeest.demon.nl [212.238.236.112]) by sourceware.org (Postfix) with ESMTPS id A8D73386F47C for ; Thu, 19 Nov 2020 11:18:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A8D73386F47C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mark@klomp.org Received: from tarox.wildebeest.org (tarox.wildebeest.org [172.31.17.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id A62C730291AB; Thu, 19 Nov 2020 12:18:05 +0100 (CET) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id 593BF40061A5; Thu, 19 Nov 2020 12:18:05 +0100 (CET) Message-ID: <034d95384301e9f19de6ae5a3510b37fc5bf113a.camel@klomp.org> Subject: Re: [PATCH 03/14] segment_report_module: Remove nested finish() function From: Mark Wielaard To: Timm =?ISO-8859-1?Q?B=E4der?= , elfutils-devel@sourceware.org Date: Thu, 19 Nov 2020 12:18:05 +0100 In-Reply-To: <20201112150412.2137981-4-tbaeder@redhat.com> References: <20201112150412.2137981-1-tbaeder@redhat.com> <20201112150412.2137981-4-tbaeder@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-10.el7) Mime-Version: 1.0 X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: elfutils-devel@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Elfutils-devel mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Nov 2020 11:18:07 -0000 On Thu, 2020-11-12 at 16:04 +0100, Timm B=C3=A4der via Elfutils-devel wrote= : > This works just as well with a goto-out style label. And is more in line with how we do error handling in other parts of the code. I added a ChangeLog entry and pushed. Thanks, Mark