Bug 889121 - perl-5.16: UTF-8 flag poisons consequent regular expression evaluation if unicode_strings feature is enabled
Summary: perl-5.16: UTF-8 flag poisons consequent regular expression evaluation if uni...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jitka Plesnikova
QA Contact: Fedora Extras Quality Assurance
URL: https://rt.perl.org/rt3//Public/Bug/D...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-12-20 09:34 UTC by Petr Pisar
Modified: 2014-06-06 08:02 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-06-06 08:02:10 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2012-12-20 09:34:05 UTC
This code dies in perl 5.16.2 and it shouldn't:

#!/usr/bin/perl
use strict;
use warnings;
use feature 'unicode_strings';

my $x = "\x{263a}";
$x =~ /$x/;

my $text = "Perl";
die if $text !~ /P.*$/i;

This is regression since perl 5.14.

Comment 1 Fedora End Of Life 2013-04-03 16:24:02 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle.
Changing version to '19'.

(As we did not run this process for some time, it could affect also pre-Fedora 19 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19

Comment 2 Fedora Admin XMLRPC Client 2013-08-12 11:49:55 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Jitka Plesnikova 2014-06-06 08:02:10 UTC
Perl 5.18 fixed the bug at F20.


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