diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2018-03-24 17:15:30 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-03-24 17:15:30 +0000 |
commit | 730e09f8b243c784ffa56cbea21075d72f76273f (patch) | |
tree | 26e8e695336f6454f7791885702ace138d0787a2 | |
parent | d65412f1b7a6d3d8c89304b9c140c3434fd896c2 (diff) | |
download | perl-730e09f8b243c784ffa56cbea21075d72f76273f.tar.gz |
perldelta for previous commit
-rw-r--r-- | pod/perldelta.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f87ffbca3b..d232fa08f5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -31,6 +31,14 @@ L<[perl #132063]|https://rt.perl.org/Public/Bug/Display.html?id=132063> C<pack()> could cause a heap buffer write overflow with a large item count. L<[perl #131844]|https://rt.perl.org/Public/Bug/Display.html?id=131844> +=head2 Assertion failure in Perl__core_swash_init (utf8.c) + +Control characters in a supposed Unicode property name could cause perl to +crash. This has been fixed. +L<[perl #132055]|https://rt.perl.org/Public/Bug/Display.html?id=132055> +L<[perl #132553]|https://rt.perl.org/Public/Bug/Display.html?id=132553> +L<[perl #132658]|https://rt.perl.org/Public/Bug/Display.html?id=132658> + =head1 Incompatible Changes There are no changes intentionally incompatible with 5.26.1. If any exist, |