This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for [perl #123530]
authorKarl Williamson <khw@cpan.org>
Thu, 8 Jan 2015 21:36:00 +0000 (14:36 -0700)
committerKarl Williamson <khw@cpan.org>
Sat, 10 Jan 2015 15:28:51 +0000 (08:28 -0700)
pod/perldelta.pod

index 5ef7760..df6c131 100644 (file)
@@ -422,7 +422,12 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
 
 =item *
 
-XXX
+A bug in regular expression patterns that could lead to segfaults and
+other crashes has been fixed.  This occurred only in patterns compiled
+with C<"/i">, while taking into account the current POSIX locale (this usually
+means they have to be compiled within the scope of C<S<"use locale">>),
+and there must be a string of at least 128 consecutive bytes to match.
+[perl #123530]
 
 =back