From nobody Wed Aug 21 16:00:08 2024 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WprdP0QGQz5V5mT for ; Wed, 21 Aug 2024 16:00:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4WprdN6TZkz4V5R for ; Wed, 21 Aug 2024 16:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1724256008; a=rsa-sha256; cv=none; b=HreK6wv/hNQc5zzxBcaJIGxPfreeV6eFyZ37fUlTOFvsCGERYSmto14SXN7iYEeiJY+r7c 4HGb6wtrs7176vciCHErn4iP1D6sJVcEXAzvCVO7kZSeg1VaIaanT77QZ2B945C2pU7C60 FbTR61FzFvPNA2BguXMspUvzVoc5fHvgX3a9nSiXNdJSpzVNPuKmDfqrR1AVYUb8Q+mAf+ z/Gwgrsi+PX7zqJp/8MmkBnK41Ua5/U9GjyoVyIsUJC1131fSf9EGf5X2RtBJZY5McyXMZ 8c0ydmLvSWUjT3zdFgJpeYQ0C2IZyP2qrofXQvr9shTouRMeD83qQ4ZqrY/GvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1724256008; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=GytCGrZ61hUq3gxvo+h1dF/DtXf/1BBZMKvPw0IbQwo=; b=kDXTJRZ7mGdL/YtlAj7e4lvXMFSsW0SdaXNr7hlBST0v3PjGWS1Muh/KdSw78jDSXosBq7 sz0z4yjhtNhHLtiNIkIr6afZf0dY4FlKjsDAWL/TROPm5NK1W6qoYLdc87t67zqu8ooImE GmDfe5wbyT0qyfi7TKsAT8gtwsDC6qpxGNb50i/0CXPXuG9neTmb3eNYjzhRVUVxkrsIfN Y532QVkzgOFYHL7CdfwMgYci+QXzgxdwpkA54WhOrPYiIHyKx6QK2wf+NhTB0XWNdiV4ij GZ8R0D2fg0fksjdnuFjAwbsTmxEqfrVpCjogsQgvdwrAoVIPCM6c0XLq9aX9uQ== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4WprdN63mDzqf7 for ; Wed, 21 Aug 2024 16:00:08 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 47LG08om096694 for ; Wed, 21 Aug 2024 16:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 47LG08HK096692 for bugs@FreeBSD.org; Wed, 21 Aug 2024 16:00:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280910] [PATCH] Fix crash for "tail -F" Date: Wed, 21 Aug 2024 16:00:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 14.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@FreeBSD.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280910 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch releng/13.4 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D9b945635c147feb4ac6ebf84bd19e149e= 9a10227 commit 9b945635c147feb4ac6ebf84bd19e149e9a10227 Author: Andre Albsmeier AuthorDate: 2024-08-19 07:54:24 +0000 Commit: Konstantin Belousov CommitDate: 2024-08-21 15:59:21 +0000 tail -F: fix crash PR: 280910 Approved by: re (cperciva) (cherry picked from commit 308399a179a49b7b858c725de10177fdb0502fd2) (cherry picked from commit 8dfa4e5b6ce2e22ef92c0ec13aa001994774c23f) usr.bin/tail/forward.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.=