Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1582224 - glibc: regex functions ignore character equivalents
Summary: glibc: regex functions ignore character equivalents
Keywords:
Status: CLOSED DUPLICATE of bug 1582229
Alias: None
Product: Fedora
Classification: Fedora
Component: glibc
Version: 28
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Carlos O'Donell
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-24 15:04 UTC by Florian Weimer
Modified: 2018-05-24 15:23 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1582219
Environment:
Last Closed: 2018-05-24 15:21:43 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Sourceware 23036 0 None None None 2018-05-24 15:04:17 UTC

Description Florian Weimer 2018-05-24 15:04:18 UTC
+++ This bug was initially created as a clone of Bug #1582219 +++

Description of problem:
E.g. '[[=a=]]' regex doesn't match 'รก' in Czech locale as it should. It seems to be regression, because it worked in glibc-2.26 and older. All locales seems to be affected, not only the Czech.

How reproducible:
Always

Steps to Reproduce:
1. gcc -o regex regex.c
2. ./regex

Actual results:
locale: cs_CZ.UTF-8
regcomp: 0
regexec: 1

Expected results:
locale: cs_CZ.UTF-8
regcomp: 0
regexec: 0

Comment 1 Florian Weimer 2018-05-24 15:21:43 UTC

*** This bug has been marked as a duplicate of bug 1582229 ***


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