From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F255C3858D28; Mon, 5 Sep 2022 23:06:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F255C3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662419210; bh=PpvSqvka9B/t+pIE+XV0Pql32Ool/Fw2T0ZDt8Okl+U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=C1Hymwv19sLJW1nPBVuFow+ciqL8GMFNfqjRbGa7xjM2Ce7yxPqW8sfXB266ZoBwJ bSfIMFhqe8yePsnYC1bgdxUKV9kG4cT5xFtn8KXmDzG34k0BlC496LW7uEg7cq3XF7 zJNHNd9HNaPT6fF1w5jPVG5S5W0zT7YbTS4heIDo= From: "vincent-srcware at vinc17 dot net" To: glibc-bugs-regex@sourceware.org Subject: [Bug regex/11053] Wrong results with backreferences Date: Mon, 05 Sep 2022 23:06:50 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: regex X-Bugzilla-Version: 2.11 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vincent-srcware at vinc17 dot net X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: eggert at cs dot ucla.edu X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: security+ X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D11053 Vincent Lef=C3=A8vre changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vincent-srcware at vinc17 = dot net --- Comment #14 from Vincent Lef=C3=A8vre --- (In reply to cvs-commit@gcc.gnu.org from comment #13) > The master branch has been updated by Paul Eggert : >=20 > https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git; > h=3D0b5ca7c3e551e5502f3be3b06453324fe8604e82 >=20 > commit 0b5ca7c3e551e5502f3be3b06453324fe8604e82 > Author: Paul Eggert > Date: Tue Sep 21 07:47:45 2021 -0700 [...] > * Fix glibc bug 11053. What is the status of this bug? The comment says that it is fixed, and I co= uld check on an Ubuntu 22.04.1 LTS machine with libc6 2.35-0ubuntu3.1 that regb= ug.c and rebug2.c no longer fail, but the result is still incorrect with the grep example from Debian bug 884075: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=3D884075 vinc17@gcc92:~$ echo 11111111111 | grep -E '^(11+)\1+$|^1?$' ; echo $? 11111111111 0 --=20 You are receiving this mail because: You are on the CC list for the bug.=