{
    "content": [
        {
            "type": "text",
            "text": "# PERL5244DELTA (man)\n\n## NAME\n\nperl5244delta - what is new for perl v5.24.4\n\n## DESCRIPTION\n\nThis document describes differences between the 5.24.3 release and the 5.24.4 release.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **Security** (4 subsections)\n- **Incompatible Changes**\n- **Modules and Pragmata** (1 subsections)\n- **Selected Bug Fixes**\n- **Acknowledgements**\n- **Reporting Bugs**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "PERL5244DELTA",
        "section": "",
        "mode": "man",
        "summary": "perl5244delta - what is new for perl v5.24.4",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "Security",
                "lines": 1,
                "subsections": [
                    {
                        "name": "[CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c)",
                        "lines": 3
                    },
                    {
                        "name": "[CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c)",
                        "lines": 4
                    },
                    {
                        "name": "[CVE-2018-6913] heap-buffer-overflow in S_pack_rec",
                        "lines": 3
                    },
                    {
                        "name": "Assertion failure in Perl__core_swash_init (utf8.c)",
                        "lines": 5
                    }
                ]
            },
            {
                "name": "Incompatible Changes",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "Modules and Pragmata",
                "lines": 1,
                "subsections": [
                    {
                        "name": "Updated Modules and Pragmata",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "Selected Bug Fixes",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Acknowledgements",
                "lines": 23,
                "subsections": []
            },
            {
                "name": "Reporting Bugs",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 9,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "perl5244delta - what is new for perl v5.24.4\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This document describes differences between the 5.24.3 release and the 5.24.4 release.\n\nIf you are upgrading from an earlier release such as 5.24.2, first read perl5243delta, which\ndescribes differences between 5.24.2 and 5.24.3.\n",
                "subsections": []
            },
            "Security": {
                "content": "",
                "subsections": [
                    {
                        "name": "[CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c)",
                        "content": "A crafted regular expression could cause a heap buffer write overflow, with control over the\nbytes written.  [GH #16185] <https://github.com/Perl/perl5/issues/16185>\n"
                    },
                    {
                        "name": "[CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c)",
                        "content": "Matching a crafted locale dependent regular expression could cause a heap buffer read\noverflow and potentially information disclosure.  [GH #16143]\n<https://github.com/Perl/perl5/issues/16143>\n"
                    },
                    {
                        "name": "[CVE-2018-6913] heap-buffer-overflow in S_pack_rec",
                        "content": "pack() could cause a heap buffer write overflow with a large item count.  [GH #16098]\n<https://github.com/Perl/perl5/issues/16098>\n"
                    },
                    {
                        "name": "Assertion failure in Perl__core_swash_init (utf8.c)",
                        "content": "Control characters in a supposed Unicode property name could cause perl to crash.  This has\nbeen fixed.  [perl #132055] <https://rt.perl.org/Public/Bug/Display.html?id=132055> [perl\n#132553] <https://rt.perl.org/Public/Bug/Display.html?id=132553> [perl #132658]\n<https://rt.perl.org/Public/Bug/Display.html?id=132658>\n"
                    }
                ]
            },
            "Incompatible Changes": {
                "content": "There are no changes intentionally incompatible with 5.24.3.  If any exist, they are bugs,\nand we request that you submit a report.  See \"Reporting Bugs\" below.\n",
                "subsections": []
            },
            "Modules and Pragmata": {
                "content": "",
                "subsections": [
                    {
                        "name": "Updated Modules and Pragmata",
                        "content": "•   Module::CoreList has been upgraded from version 5.2017092224 to 5.2018041424.\n"
                    }
                ]
            },
            "Selected Bug Fixes": {
                "content": "•   The  readpipe()  built-in  function  now  checks  at  compile  time  that it has only one\nparameter expression, and puts it in  scalar  context,  thus  ensuring  that  it  doesn't\ncorrupt the stack at runtime.  [GH #2793] <https://github.com/Perl/perl5/issues/2793>\n",
                "subsections": []
            },
            "Acknowledgements": {
                "content": "Perl  5.24.4  represents approximately 7 months of development since Perl 5.24.3 and contains\napproximately 2,400 lines of changes across 49 files from 12 authors.\n\nExcluding auto-generated files, documentation and release  tools,  there  were  approximately\n1,300 lines of changes to 12 .pm, .t, .c and .h files.\n\nPerl  continues  to flourish into its third decade thanks to a vibrant community of users and\ndevelopers.  The following people are known to have contributed the improvements that  became\nPerl 5.24.4:\n\nAbigail,  Chris  'BinGOs' Williams, John SJ Anderson, Karen Etheridge, Karl Williamson, Renee\nBaecker, Sawyer X, Steve Hay, Todd Rinaldo, Tony Cook, Yves Orton, Zefram.\n\nThe list above is almost certainly incomplete as it is automatically generated  from  version\ncontrol history.  In particular, it does not include the names of the (very much appreciated)\ncontributors who reported issues to the Perl bug tracker.\n\nMany  of  the  changes  included  in  this version originated in the CPAN modules included in\nPerl's core.  We're grateful to the entire CPAN community for helping Perl to flourish.\n\nFor a more complete list of all of Perl's historical contributors,  please  see  the  AUTHORS\nfile in the Perl source distribution.\n",
                "subsections": []
            },
            "Reporting Bugs": {
                "content": "If  you  find  what  you  think is a bug, you might check the articles recently posted to the\ncomp.lang.perl.misc newsgroup and the perl bug database at  <https://rt.perl.org/>  .   There\nmay also be information at <http://www.perl.org/> , the Perl Home Page.\n\nIf  you believe you have an unreported bug, please run the perlbug program included with your\nrelease.  Be sure to trim your bug down to a tiny but sufficient test case.  Your bug report,\nalong with the output of \"perl -V\", will be sent off to perlbug@perl.org to  be  analysed  by\nthe Perl porting team.\n\nIf the bug you are reporting has security implications which make it inappropriate to send to\na  publicly  archived  mailing list, then see \"SECURITY VULNERABILITY CONTACT INFORMATION\" in\nperlsec for details of how to report the issue.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "The Changes file for an explanation of how to view exhaustive details on what changed.\n\nThe INSTALL file for how to build Perl.\n\nThe README file for general stuff.\n\nThe Artistic and Copying files for copyright information.\n\nperl v5.38.2                                 2026-06-12                             PERL5244DELTA(1)",
                "subsections": []
            }
        }
    }
}