From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC153C433F5 for ; Wed, 10 Nov 2021 08:22:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC58160200 for ; Wed, 10 Nov 2021 08:22:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230043AbhKJIZR (ORCPT ); Wed, 10 Nov 2021 03:25:17 -0500 Received: from cloud.peff.net ([104.130.231.41]:56424 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229850AbhKJIZQ (ORCPT ); Wed, 10 Nov 2021 03:25:16 -0500 Received: (qmail 27238 invoked by uid 109); 10 Nov 2021 08:22:28 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Wed, 10 Nov 2021 08:22:28 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 10991 invoked by uid 111); 10 Nov 2021 08:22:30 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Wed, 10 Nov 2021 03:22:30 -0500 Authentication-Results: peff.net; auth=none Date: Wed, 10 Nov 2021 03:22:27 -0500 From: Jeff King To: Carlo Arenas Cc: Junio C Hamano , Fabian Stelzer , git@vger.kernel.org, git-packagers@googlegroups.com Subject: Re: [ANNOUNCE] Git v2.34.0-rc2 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Wed, Nov 10, 2021 at 12:11:12AM -0800, Carlo Arenas wrote: > On Tue, Nov 9, 2021 at 10:02 PM Jeff King wrote: > > > - we're not really testing the desired behavior, just looking for a > > known-problem. The segfault may get fixed but we'd still have other > > bugs. > > This openssh bug was fixed in 8.8 per the release notes; indeed the > fix[1] (which was misapplied but fixed next commit) looks familiar and > it is just a straight up crasher, hence unlikely to cause other > issues. Ah, thanks for digging. I agree that this is a small isolated bug, so the prereq check I showed would be a good test for it. IMHO it's worth doing. It looks like 8.7 is the only affected openssh version, but it is likely to cause confusion right when we release. -Peff