Bug 1434486
Summary: | PCRE 7.8 fails to recognize non-ASCII printable characters | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Martin Kyral <mkyral> |
Component: | pcre | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED NOTABUG | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.9 | ||
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1400267 | Environment: | |
Last Closed: | 2017-03-22 09:37:27 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: |
Description
Martin Kyral
2017-03-21 15:32:17 UTC
pcre-7.8-7.el6 does cannot match it because UCP matching mode was added in PCRE 8.10. (And then the [:print:] class was adjusted in UCP mode only.) pcretest reports the unknown UCP mode switch (/W): $ printf '/[[:print:]]/8W\nČ\n' | pcretest PCRE version 7.8 2008-09-05 re> ** Unknown option 'W' re> > ** Unexpected EOF Without the /W option, RHEL-6 pcre package behaves in accordance with RHEL-7 and upstream code. And even if that was not the case I don't think changing the behavior in this RHEL-6 late period would be appropriate. I'm not going to "fix" it. |