Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE36484EED for ; Mon, 7 Aug 2023 23:27:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 2Ny9un4Ol0pn for ; Mon, 7 Aug 2023 23:27:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 527F184D14 for ; Mon, 7 Aug 2023 23:27:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50165FBDB; Mon, 7 Aug 2023 23:27:07 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 7 Aug 2023 23:27:07 +0000 From: "matthew green" Subject: CVS commit: src/sbin/resize_lfs To: source-changes@NetBSD.org Approved: for-source-only Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20230807232707.50165FBDB@cvs.NetBSD.org> Module Name: src Committed By: mrg Date: Mon Aug 7 23:27:07 UTC 2023 Modified Files: src/sbin/resize_lfs: resize_lfs.c Log Message: fix potentially uninitialised data being used. found by GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sbin/resize_lfs/resize_lfs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.