From nobody Mon May 01 13:51:20 2023 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 4Q94PN653sz48Yp6 for ; Mon, 1 May 2023 13:51:20 +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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q94PN4GRBz3L2L for ; Mon, 1 May 2023 13:51:20 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1682949080; 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=sjGJc7dt2JjbhBziwBpNt90MXCiaHYVKut424Y9IWQA=; b=qkcNOWD/cWwFpPalTiDcKC3biXzYBS4e4L6ZbDvTzysyGiakO4N1R8wD2TtDvtIE9aLqC1 axcAIhdyGWlP4jUDS7ztPZMgvViWtr0ZeRvgc+m7BGCr7G2e1eUwVnLVkT/RGfLnZLxO0E PfsC2CIy2akyPJ0l25aCN+PEqk0Wv4Tg+lO80of38OgOSfKuWuTYAcMACkZi9tHEI7oFi1 xlEA/mK3eomBp/3GvWlL8rmDLcEbm2w+utgnhc8db0vGvytWqej4J6LR1d5g4mbc5rHZVS 6/otvYfhyfFB8oO4kLo+PKLBd6E0aLWzkHEOPnTMRiqejiJ4kme0LPxTNEnFQQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1682949080; a=rsa-sha256; cv=none; b=MDrLoiUCaJofGeFKFbiqeujro5ntAEjC2MylG/sE1n0n0ExM1Hz3tw/ikfNZeBa818rU+P mstetz6B8T626ogiv8s2YJl3wsyxUbyz1CuPzUG8UWhJBwIdpYEd+2Cx1KYZxNBdZhyC+m bbQ8Qwvs4aAZtOBb8yfMKUHwDe78ZAzafNRCzoXx4P/SyLdt3t84XejBVSrk2JC1MnlnNO CqAaWWNXM3NunalcB5PWDPDlcAP2FhglCq+zHw439wr7lQJMNCaUx0e17Ll2jp00rOELrc 3gZT0vRAhI2dRDMkTeYxUTtXTST7s1//UI42ys9TjCyibjq7jU+yS/Ml+tPOWw== 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 4Q94PN3LgMz16dZ for ; Mon, 1 May 2023 13:51:20 +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 341DpK0v011166 for ; Mon, 1 May 2023 13:51:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 341DpKoB011165 for bugs@FreeBSD.org; Mon, 1 May 2023 13:51:20 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 193835] bug in GNU grep with -m and -A Date: Mon, 01 May 2023 13:51:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: gnu X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D193835 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events Status|New |Closed --- Comment #6 from Ed Maste --- Fixed by the switch to BSD grep in FreeBSD 13+. This is not fixed in 12.x b= ut as there are no more releases to come it will unfortunately remain unfixed there. --=20 You are receiving this mail because: You are the assignee for the bug.=