Re: git: 69f61cee2efb - main - unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EOR
Date: Fri, 14 Nov 2025 15:56:32 UTC
On Fri, Nov 14, 2025 at 02:40:26AM +0000, Gleb Smirnoff wrote: T> The branch main has been updated by glebius: T> T> URL: https://cgit.FreeBSD.org/src/commit/?id=69f61cee2efb1eec0640ca7de9b2d51599569a5d T> T> commit 69f61cee2efb1eec0640ca7de9b2d51599569a5d T> Author: Gleb Smirnoff <glebius@FreeBSD.org> T> AuthorDate: 2025-11-14 02:39:48 +0000 T> Commit: Gleb Smirnoff <glebius@FreeBSD.org> T> CommitDate: 2025-11-14 02:39:48 +0000 T> T> unix/stream: fix a race with MSG_PEEK on SOCK_SEQPACKET with MSG_EOR I know this causes a panic without INVARIANTS. I'm working on it. Fix to land soon. -- Gleb Smirnoff