Bug 1128577
Summary: | Crash while compiling recursion within a group quantified with an indefinite repeat | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | pcre | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 20 | CC: | c.david86, lkundrak, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://bugs.exim.org/show_bug.cgi?id=1515 | ||
Whiteboard: | |||
Fixed In Version: | pcre-8.35-6.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-11 12:26:11 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: | 1285399 |
Description
Petr Pisar
2014-08-11 07:01:21 UTC
All Fedoras are affected. Fixed as pcre-8.35-6.fc21 in F21. This fix requires for F20 (pcre-8.33) larger changes including: commit 74d96caf6251eff2f6c6a3e879268ce2d2a6c9be Author: ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15> Date: Fri Jul 5 10:38:37 2013 +0000 Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for empty string matching. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1348 2f5784b3-3f2a-0410-8824-cb99058d5e15 which fixes some undefined behavior (including a crash) in case of "checking whether a group could match an empty string (which is used for indefinitely repeated groups to allow for breaking an infinite loop". Therefore this bug will no be fixed in F20 and F19. *** Bug 1285401 has been marked as a duplicate of this bug. *** |