summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2016-04-06 13:48:00 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-04-06 13:48:16 +0100
commit0bbdca92ec4a649692a4251aaf3de9198b5fb96f (patch)
tree22f579dd979f9f1a5a22a54044d3dcfd483c24da
parent479ecbd785d4fc96d0696d99a644839a8fc04c4c (diff)
downloadperl-0bbdca92ec4a649692a4251aaf3de9198b5fb96f.tar.gz
perldelta for various 5.23.5 changes
(manually cherry picked from commit 83144be336909f4c030bce1df7d2a06af2f25ec6)
-rw-r--r--pod/perldelta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index c4f51635eb..7b9a686cd4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -437,6 +437,17 @@ optionally would improperly fail to match. An example of one that could
fail is C</qr/_?[^\Wbar]\x{100}/>. This has been fixed.
[perl #127537]
+=item *
+
+Fixed an issue with C<< pack >> where C<< pack "H" >> (and C<< pack "h" >>)
+could read past the source when given a non-utf8 source, and a utf8 target.
+[perl #126325]
+
+=item *
+
+Fixed some cases where perl would abort due to a segmentation fault,
+or a C-level assert. [perl #126602], [perl #126193].
+
=back
=head1 Known Problems