Bug 1161587
Summary: | Capturing group offsets before forced match are not initialized | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> | |
Component: | pcre | Assignee: | Petr Pisar <ppisar> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 19 | CC: | c.david86, huzaifas, jkejda, lkundrak, ppisar | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
URL: | http://bugs.exim.org/show_bug.cgi?id=1537 | |||
Whiteboard: | ||||
Fixed In Version: | pcre-8.33-7.fc20 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1161597 (view as bug list) | Environment: | ||
Last Closed: | 2014-11-17 06:29:15 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: | 1187225 |
Description
Petr Pisar
2014-11-07 11:57:39 UTC
All Fedoras are affected (pcre-8.36-1.fc22---pcre-8.32-10.fc19). Simpler reproducer: Was: re> /(x)|((*ACCEPT))/ data> abcd 0: 1: 2: Should be: re> /(x)|((*ACCEPT))/ data> abcd 0: 1: <unset> 2: data> pcre-8.35-7.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/pcre-8.35-7.fc21 pcre-8.33-7.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/pcre-8.33-7.fc20 pcre-8.32-11.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/pcre-8.32-11.fc19 Package pcre-8.32-11.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pcre-8.32-11.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-14516/pcre-8.32-11.fc19 then log in and leave karma (feedback). pcre-8.35-7.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. pcre-8.32-11.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. pcre-8.33-7.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. *** Bug 1249906 has been marked as a duplicate of this bug. *** |