Bug 1110620 - First character optimization bug for multi-line case insensitive UTF-8 match
Summary: First character optimization bug for multi-line case insensitive UTF-8 match
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: pcre
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL: http://bugs.exim.org/show_bug.cgi?id=...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-18 05:29 UTC by Petr Pisar
Modified: 2015-01-12 07:53 UTC (History)
3 users (show)

Fixed In Version: pcre-8.35-3.fc21
Clone Of:
: 1110621 (view as bug list)
Environment:
Last Closed: 2015-01-12 07:53:15 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2014-06-18 05:29:46 UTC
A bug has been reported to the upstream:

$ printf '%s\n%s\n' '/^s?c/mi8W' 'sc' | pcretest 
PCRE version 8.33 2013-05-28

  re> data> No match

While this work with 8.31:

$ printf '%s\n%s\n' '/^s?c/mi8W' 'sc' | ./pcretest
PCRE version 8.31 2012-07-06

  re> data>  0: sc
data> 

Proposed fix is posted there.

All Fedoras are affected.

Comment 1 Petr Pisar 2014-06-19 06:02:07 UTC
Upstream fixed it by:

commit 35f4457ba4dadc0839df9275adf1fd14e15c28fa
Author: ph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>
Date:   Wed Jun 18 16:31:32 2014 +0000

    Fix bad starting data when char with more than one other case follows
    circumflex in multiline UTF mode.
    
    
    git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1485 2f5784b3-3f2a-0410-8824-cb99058d5e15

Comment 2 Fedora Update System 2014-06-19 08:15:43 UTC
pcre-8.33-5.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/pcre-8.33-5.fc20

Comment 3 Fedora Update System 2014-06-19 08:31:12 UTC
pcre-8.32-9.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/pcre-8.32-9.fc19

Comment 4 Fedora Update System 2014-07-05 14:54:15 UTC
pcre-8.32-9.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2014-07-05 14:57:41 UTC
pcre-8.33-5.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Fedora End Of Life 2015-01-09 22:41:00 UTC
This message is a notice that Fedora 19 is now at end of life. Fedora 
has stopped maintaining and issuing updates for Fedora 19. It is 
Fedora's policy to close all bug reports from releases that are no 
longer maintained. Approximately 4 (four) weeks from now this bug will
be closed as EOL if it remains open with a Fedora 'version' of '19'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not 
able to fix it before Fedora 19 is end of life. If you would still like 
to see this bug fixed and are able to reproduce it against a later version 
of Fedora, you are encouraged  change the 'version' to a later Fedora 
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.


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