Bug 1985484
| Summary: | Regression with pcre2 10.37 in rawhide (missing upstream patch?) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Gary Buhrmaster <gary.buhrmaster> |
| Component: | pcre2 | Assignee: | Lukas Javorsky <ljavorsk> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | hhorak, ljavorsk, mschorm, sauchter |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 11:19:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1970765 | ||
|
Description
Gary Buhrmaster
2021-07-23 16:53:52 UTC
Yes, I will take a look into this one, before the update in Centos-9. Thank you for reporting this issue. I've copied the upstream's patch r1315 and applied it in this PR: https://src.fedoraproject.org/rpms/pcre2/pull-request/5 I've used the reproducer from the bug (which is working with the new patch): printf '%s\n%s\n' '/(?P<prefix>:\/\/|^)(?P<user>[^:\/\s@]+):(?P<password>[^@\s\/]+)@/i' 'http://10a8f08e8d7b7b9:foo@example.org' | pcre2test -jit Scratch build (successful): https://koji.fedoraproject.org/koji/taskinfo?taskID=72735454 The build is in Rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=72739492 Closing this BZ |