1PERL5244DELTA(1) Perl Programmers Reference Guide PERL5244DELTA(1)
2
3
4
6 perl5244delta - what is new for perl v5.24.4
7
9 This document describes differences between the 5.24.3 release and the
10 5.24.4 release.
11
12 If you are upgrading from an earlier release such as 5.24.2, first read
13 perl5243delta, which describes differences between 5.24.2 and 5.24.3.
14
16 [CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom
17 (regcomp.c)
18 A crafted regular expression could cause a heap buffer write overflow,
19 with control over the bytes written. [perl #132227]
20 <https://rt.perl.org/Public/Bug/Display.html?id=132227>
21
22 [CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c)
23 Matching a crafted locale dependent regular expression could cause a
24 heap buffer read overflow and potentially information disclosure.
25 [perl #132063] <https://rt.perl.org/Public/Bug/Display.html?id=132063>
26
27 [CVE-2018-6913] heap-buffer-overflow in S_pack_rec
28 "pack()" could cause a heap buffer write overflow with a large item
29 count. [perl #131844]
30 <https://rt.perl.org/Public/Bug/Display.html?id=131844>
31
32 Assertion failure in Perl__core_swash_init (utf8.c)
33 Control characters in a supposed Unicode property name could cause perl
34 to crash. This has been fixed. [perl #132055]
35 <https://rt.perl.org/Public/Bug/Display.html?id=132055> [perl #132553]
36 <https://rt.perl.org/Public/Bug/Display.html?id=132553> [perl #132658]
37 <https://rt.perl.org/Public/Bug/Display.html?id=132658>
38
40 There are no changes intentionally incompatible with 5.24.3. If any
41 exist, they are bugs, and we request that you submit a report. See
42 "Reporting Bugs" below.
43
45 Updated Modules and Pragmata
46 · Module::CoreList has been upgraded from version 5.20170922_24 to
47 5.20180414_24.
48
50 · The "readpipe()" built-in function now checks at compile time that
51 it has only one parameter expression, and puts it in scalar
52 context, thus ensuring that it doesn't corrupt the stack at
53 runtime. [perl #4574]
54 <https://rt.perl.org/Public/Bug/Display.html?id=4574>
55
57 Perl 5.24.4 represents approximately 7 months of development since Perl
58 5.24.3 and contains approximately 2,400 lines of changes across 49
59 files from 12 authors.
60
61 Excluding auto-generated files, documentation and release tools, there
62 were approximately 1,300 lines of changes to 12 .pm, .t, .c and .h
63 files.
64
65 Perl continues to flourish into its third decade thanks to a vibrant
66 community of users and developers. The following people are known to
67 have contributed the improvements that became Perl 5.24.4:
68
69 Abigail, Chris 'BinGOs' Williams, John SJ Anderson, Karen Etheridge,
70 Karl Williamson, Renee Baecker, Sawyer X, Steve Hay, Todd Rinaldo, Tony
71 Cook, Yves Orton, Zefram.
72
73 The list above is almost certainly incomplete as it is automatically
74 generated from version control history. In particular, it does not
75 include the names of the (very much appreciated) contributors who
76 reported issues to the Perl bug tracker.
77
78 Many of the changes included in this version originated in the CPAN
79 modules included in Perl's core. We're grateful to the entire CPAN
80 community for helping Perl to flourish.
81
82 For a more complete list of all of Perl's historical contributors,
83 please see the AUTHORS file in the Perl source distribution.
84
86 If you find what you think is a bug, you might check the articles
87 recently posted to the comp.lang.perl.misc newsgroup and the perl bug
88 database at <https://rt.perl.org/> . There may also be information at
89 <http://www.perl.org/> , the Perl Home Page.
90
91 If you believe you have an unreported bug, please run the perlbug
92 program included with your release. Be sure to trim your bug down to a
93 tiny but sufficient test case. Your bug report, along with the output
94 of "perl -V", will be sent off to perlbug@perl.org to be analysed by
95 the Perl porting team.
96
97 If the bug you are reporting has security implications which make it
98 inappropriate to send to a publicly archived mailing list, then see
99 "SECURITY VULNERABILITY CONTACT INFORMATION" in perlsec for details of
100 how to report the issue.
101
103 The Changes file for an explanation of how to view exhaustive details
104 on what changed.
105
106 The INSTALL file for how to build Perl.
107
108 The README file for general stuff.
109
110 The Artistic and Copying files for copyright information.
111
112
113
114perl v5.28.2 2018-04-14 PERL5244DELTA(1)