|
Sources Bugzilla – Full Text Bug Listing |
| Summary: | Repeated and nested subexpressions (reproducible in most other engines) | ||
|---|---|---|---|
| Product: | glibc | Reporter: | Paolo Bonzini <bonzini> |
| Component: | regex | Assignee: | GOTO Masanori <gotom> |
| Status: | SUSPENDED --- | ||
| Severity: | minor | CC: | carlos, glibc-bugs |
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Attachments: | Patch taken from bug comments. | ||
|
Description
Paolo Bonzini
2004-03-01 15:48:08 UTC
I doubt this will be fixed. Do you have a small testcase demonstrating this problem? Created attachment 875 [details]
Patch taken from bug comments.
Sorry. That attachment was meant for bug 14.
no feedback to testcase query (echo aba | sed -e 's/\(a\(b\)*\)*/\2/' does produce b, but it's not clear to me what should it print instead) echo aba | sed -e 's/\(a\(b\)*\)*/\2/' should print nothing because the final match of \1 is "a" and \2 must be a substring of \1. Reopening... ... and leaving suspended. |