Message ID | 20240514011437.3779151-1-gitster@pobox.com (mailing list archive) |
---|---|
Headers | show
Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EA0EB17EF for <git@vger.kernel.org>; Tue, 14 May 2024 01:14:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=173.228.157.52 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715649286; cv=none; b=G8OVD8MA7efpxwG7ruWz4sjtNRzeWkPF/BCCu7T/ljQ5i44Zz9bxtMB09msqT/LXP4JkCIPBTW4eDlLM1vfG37mLXTSXXQtV7OjTH15QxmJC2f0MUtKOA8w0FsfFt7Exuoj2HAhTMVM88lQKDwa1lyMXl2qECcIeDijT3foB/cg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715649286; c=relaxed/simple; bh=/ob8zjoDc3OFTtBn2j8ILS+4LCJ16zClBzFbGe/kWMg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=uR+UVTPzbpyh5pDj+mzISfB4QFK4qvyWJ9DkHVOc2vwRrcVoIL7T4S2uUDrPYwqQZqM/cov46pcUae+VOXmOb8y16sYJQ1/DCtpyAyam98rK+ixZsjEPZVmLcT6WtMAUBYD4KFQjYl6Bjk5tJgS2sgkcJEwOxZlb+tuusgzC+u8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=pobox.com; spf=pass smtp.mailfrom=pobox.com; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b=ZKRKaL77; arc=none smtp.client-ip=173.228.157.52 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=pobox.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pobox.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=pobox.com header.i=@pobox.com header.b="ZKRKaL77" Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 5A8AD389D8; Mon, 13 May 2024 21:14:44 -0400 (EDT) (envelope-from gitster@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=sasl; bh=/ob8zjoDc3OF TtBn2j8ILS+4LCJ16zClBzFbGe/kWMg=; b=ZKRKaL77WSXEB+ri2UeerfdZ6g5M isUCUG9mYeVEtooJmhf48qLqtC1D/Zgu13vWJpr5r1czmmCYvB7Ch5Mj0OIT1KEW 6DRGU1eyhHFTJCWIs52xMZgFn4BRce3xMY5yD5/U7B/+PfJneusPysxwZfRjukK8 kZo92ASI58BaJc0= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 52C6E389D7; Mon, 13 May 2024 21:14:44 -0400 (EDT) (envelope-from gitster@pobox.com) Received: from pobox.com (unknown [34.125.153.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 09E8F389D4; Mon, 13 May 2024 21:14:38 -0400 (EDT) (envelope-from gitster@pobox.com) From: Junio C Hamano <gitster@pobox.com> To: git@vger.kernel.org Cc: Patrick Steinhardt <ps@pks.im> Subject: [PATCH v4 0/5] Fix use of uninitialized hash algorithms Date: Mon, 13 May 2024 18:14:32 -0700 Message-ID: <20240514011437.3779151-1-gitster@pobox.com> X-Mailer: git-send-email 2.45.0-145-g3e4a232f6e In-Reply-To: <cover.1715582857.git.ps@pks.im> References: <cover.1715582857.git.ps@pks.im> Precedence: bulk X-Mailing-List: git@vger.kernel.org List-Id: <git.vger.kernel.org> List-Subscribe: <mailto:git+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:git+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Pobox-Relay-ID: 55E0EAB6-118F-11EF-BD5E-F515D2CDFF5E-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable |
Series |
Fix use of uninitialized hash algorithms
|
expand
|