summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2010-08-25 18:24:42 +0200
committerYves Orton <demerphq@gmail.com>2010-08-25 18:24:42 +0200
commit538aa4bcb98d6b0be09cc7326acf8e2c78f499b7 (patch)
treee3fb11961a6b1a457f036ab75765aff017525856
parent39a10708b8a6ba7ccb588cb3bf3ba93e9e336a9d (diff)
downloadperl-538aa4bcb98d6b0be09cc7326acf8e2c78f499b7.tar.gz
add perldelta for bugfix for [perl #75680]
-rw-r--r--pod/perl5122delta.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perl5122delta.pod b/pod/perl5122delta.pod
index 23f520d4dd..8a3e2c3cef 100644
--- a/pod/perl5122delta.pod
+++ b/pod/perl5122delta.pod
@@ -250,6 +250,12 @@ now supports get/set magic and thus tied buffers correctly.
The C<pp_getc>, C<pp_tell>, and C<pp_eof> opcodes now make room on the
stack for their return values in cases where no argument was passed in.
+=item *
+
+When matching unicode strings under some conditions inappropriate backtracking would
+result in a C<Malformed UTF-8 character (fatal)> error. This should no longer occur.
+See L<[perl #75680]|http://rt.perl.org/rt3/Public/Bug/Display.html?id=75680>
+
=back
=head1 Platform Specific Notes