Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=xJhe+cZb; dkim=fail reason="signature verification failed" (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=nDqBn8AG Received: by mail.netbsd.org (Postfix, from userid 605) id 68FD284E61; Wed, 24 Apr 2024 15:49:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713973745; bh=cnWkWkX6kzkynNt/9WZJuc/+hTAMWz10OaFNOU2WHuY=; h=Date:From:Subject:To:List-Id:Reply-To:List-Unsubscribe; b=xJhe+cZbKRV+4PjJA5fcxwXN+t6EwzleporVOQmYdIVUQurzEvVHAchqTG+Jxcl+M XqLmsZj9WeJqGxyaA4TJE8iE4JsR/49fXBowPjBI43T5Sj71kxLjTv/HNtxUB3EIXc Viu+K7VmrtGkiTg6dIKWdvGUuqhfru/BZ189omVk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 50B7084E63 for ; Wed, 24 Apr 2024 15:49:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id dw-N3qi7fUh2 for ; Wed, 24 Apr 2024 15:49:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E21C084E55 for ; Wed, 24 Apr 2024 15:49:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713973743; bh=cnWkWkX6kzkynNt/9WZJuc/+hTAMWz10OaFNOU2WHuY=; h=Date:From:Subject:To:Reply-To; b=nDqBn8AGim41yIJo+f+uMcgNi1FD0HtK/7n6VtHnPex3Zwq6lPkacADgjMVQjWBay zFxTqQeXtO57kiP2OxPDR8JVxarGBsTD7aRc32NGqac2wk6Eek4iDubEj+9Xv1pZXQ DfHqi8T7g+3xte0hlHh10GcSSIK2yidvY7KjhyjQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id DA292FA2C; Wed, 24 Apr 2024 15:49:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Apr 2024 15:49:03 +0000 From: "Nia Alarie" Subject: CVS commit: src/bin/csh To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240424154903.DA292FA2C@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Nia Alarie" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: nia Date: Wed Apr 24 15:49:03 UTC 2024 Modified Files: src/bin/csh: dir.c file.c func.c glob.c misc.c str.c Log Message: csh: replace malloc(x * y) and realloc(x * y) with reallocarray To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/bin/csh/dir.c cvs rdiff -u -r1.33 -r1.34 src/bin/csh/file.c cvs rdiff -u -r1.44 -r1.45 src/bin/csh/func.c cvs rdiff -u -r1.31 -r1.32 src/bin/csh/glob.c cvs rdiff -u -r1.22 -r1.23 src/bin/csh/misc.c cvs rdiff -u -r1.16 -r1.17 src/bin/csh/str.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.