On Wed, Nov 10, 2021 at 12:11:12AM -0800, Carlo Arenas wrote: > On Tue, Nov 9, 2021 at 10:02 PM Jeff King <peff@xxxxxxxx> 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