RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 815282 - Bug in auto-possessifying characters from 127-255 range in non-unicode mode
Summary: Bug in auto-possessifying characters from 127-255 range in non-unicode mode
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pcre
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Petr Pisar
QA Contact: Lukáš Zachar
URL: https://lists.exim.org/lurker/message...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-23 09:35 UTC by Petr Pisar
Modified: 2014-06-12 08:37 UTC (History)
3 users (show)

Fixed In Version: pcre-8.21-5.el7
Doc Type: Bug Fix
Doc Text:
Clone Of: 815217
Environment:
Last Closed: 2014-06-12 08:37:28 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2012-04-23 09:35:54 UTC
+++ This bug was initially created as a clone of Bug #815217 +++

This should match:

/\w+\x{C4}/8BZT1
a\x{C4}\x{C4}

But it does not because a some tests in non-unicode mode checks only for characters with ordinal numbers 0-127 instead of 0-255.

This is fixed in upstream commit:

r962 | ph10 | 2012-04-20 19:28:23 +0200 (Pá, 20 dub 2012) | 3 lines
Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables 
specify characters in the range 127-255 are letters, spaces, etc.

All Fedoras affected.

--- Additional comment from ppisar on 2012-04-23 08:03:49 GMT ---

Fixed as pcre-8.30-5.fc18 in F18.

--- Additional comment from updates on 2012-04-23 08:52:10 GMT ---

pcre-8.21-5.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/pcre-8.21-5.fc17

-----
RHEL-7 (pcre-8.21-4.el7.x86_64) affected.


Note You need to log in before you can comment on or make changes to this bug.