diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2018-03-24 17:14:39 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-03-24 17:14:39 +0000 |
commit | fe572d25f00b513b6fb9814cb46b98f09d18920e (patch) | |
tree | a0baac933709d1ad4271665ee4d1b893f6df7294 | |
parent | d7f1769e22923295a36dc62fed961aa272f7a4ca (diff) | |
download | perl-fe572d25f00b513b6fb9814cb46b98f09d18920e.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 33e7c39f5f..e5efbc0393 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.24.3. If any exist, |