mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Florian Weimer <fw@deneb.enyo.de>
To: "liheng \(P\)" <liheng40@huawei.com>
Cc: Szabolcs Nagy <nsz@port70.net>,
	 "musl\@lists.openwall.com" <musl@lists.openwall.com>,
	 Rich Felker <dalias@libc.org>,
	 "Xiangrui \(Euler\)" <rui.xiang@huawei.com>,
	 Lizefan <lizefan@huawei.com>
Subject: Re: [musl] regex Back reference matching result not same as glibc and tre.
Date: Sun, 19 Apr 2020 15:10:34 +0200	[thread overview]
Message-ID: <871roj1v05.fsf@mid.deneb.enyo.de> (raw)
In-Reply-To: <6D612B6AC5DCDA4580AF97B1068118AD2DD415@DGGEML501-MBX.china.huawei.com> (liheng's message of "Sun, 19 Apr 2020 12:26:58 +0000")

* liheng:

> But my point is that why pat[] = "(.?).?\\1" to match "aba" in
> extended regular expression mode that success in glibc and failed in
> musl?  Are musl-regex and glibc-regex different?

They are different.  Nowadays, accepting backreferences for extended
regular expressions is probably a bug: it prevents certain strategies
for implementing regular expressions because they are not, in fact,
regular.

The glibc implementation is problematic for several reasons.  I cannot
recommend to use it as a reference.

  reply	other threads:[~2020-04-19 13:10 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-18  8:44 liheng (P)
2020-04-18 10:28 ` Florian Weimer
2020-04-18 11:07   ` liheng (P)
2020-04-18 11:13     ` Szabolcs Nagy
2020-04-18 11:37       ` liheng (P)
2020-04-18 14:07         ` Szabolcs Nagy
2020-04-19 12:26           ` liheng (P)
2020-04-19 13:10             ` Florian Weimer [this message]
2020-04-20  1:26             ` Rich Felker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871roj1v05.fsf@mid.deneb.enyo.de \
    --to=fw@deneb.enyo.de \
    --cc=dalias@libc.org \
    --cc=liheng40@huawei.com \
    --cc=lizefan@huawei.com \
    --cc=musl@lists.openwall.com \
    --cc=nsz@port70.net \
    --cc=rui.xiang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).