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 EF2C33857413 for ; Mon, 5 Jul 2021 14:39:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EF2C33857413 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from tarox.wildebeest.org (83-87-18-245.cable.dynamic.v4.ziggo.nl [83.87.18.245]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id F1756302FBA6 for ; Mon, 5 Jul 2021 16:39:42 +0200 (CEST) Received: by tarox.wildebeest.org (Postfix, from userid 1000) id B9F1F401EDA3; Mon, 5 Jul 2021 16:39:42 +0200 (CEST) Message-ID: <6308c8d4a7e503aed1b21bd16afff103bc0cd966.camel@klomp.org> Subject: Re: [PATCH] debugedit: check write to list_file succeeds From: Mark Wielaard To: debugedit@sourceware.org Date: Mon, 05 Jul 2021 16:39:42 +0200 In-Reply-To: <20210701151759.329591-1-mark@klomp.org> References: <20210701151759.329591-1-mark@klomp.org> 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=-4.5 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2021 14:39:45 -0000 Hi, On Thu, 2021-07-01 at 17:17 +0200, Mark Wielaard wrote: > We didn't check, or ignored, errors writing to the list_file. Always > produce an error if we cannot write to the list_file. I pushed this and the other cleanups I posted last Thursday to main. Cheers, Mark