diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-09 22:06:24 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-09 22:15:08 -0700 |
commit | ee48a02a4401532d19a7ebac587685692b382dea (patch) | |
tree | ddb06e4198693713b2bd1e21207d337ecf4cdc60 /cpan/Module-Build/lib/Module/Build/ModuleInfo.pm | |
parent | 8961ec415a480cac831348374bfebace980b0a81 (diff) | |
download | perl-ee48a02a4401532d19a7ebac587685692b382dea.tar.gz |
regexec.c: Don't skip trying POSIX class if [] has individ char
commit b99851e1941e002dd4816ee6c76fd49bbee1d7f3
Author: Karl Williamson <public@khwilliamson.com>
Date: Wed Dec 4 10:06:04 2013 -0700
PATCH: [perl #120675] Unexpected tainting via regex using locale
introduced a bug in which under /li matching a bracketed character class
that contains both characters and POSIX classes would skip matching
against any POSIX class. The example in the added test illustrates the
problem:
"h" =~ /[g\w]/li; # Failed! in C locale
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/ModuleInfo.pm')
0 files changed, 0 insertions, 0 deletions