In perl.git, the branch maint-votes has been updated <https://perl5.git.perl.org/perl.git/commitdiff/92bbe1f3f9ded80e8acddb641e0b2fb05ee5565e?hp=69df0ce8cf463d8af3aed2d4994d4ebc8280bed2>
- Log ----------------------------------------------------------------- commit 92bbe1f3f9ded80e8acddb641e0b2fb05ee5565e Author: Tony Cook <t...@develop-help.com> Date: Wed Feb 7 14:15:11 2018 +1100 add fix for 132593 for 5.24/5.26 votes ----------------------------------------------------------------------- Summary of changes: votes-5.24.xml | 2 ++ votes-5.26.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/votes-5.24.xml b/votes-5.24.xml index 50b2d9b874..7f10b2bcab 100644 --- a/votes-5.24.xml +++ b/votes-5.24.xml @@ -33,6 +33,8 @@ There doesn't seem to be a blead commit for this ticket, so nothing to backport. Correct: As noted on the ticket, it was listed here in the hope that it could be fixed in time, but it hasn't happened yet. -steveh <commit votes="" id="" ticket="123878" desc="OPEN: Infinite recursion (+segfault) on die() after goto-ing out of __DIE__ handler"/> +<commit votes="tonyc" id="397baf232086e0a9ad6f881a9614d3dbaea853fc" ticket="132593" desc="PERL-5.26.1 heap_buffer_overflow READ of size 8"/> + </div> <div><h3>Regression Fixes</h3> diff --git a/votes-5.26.xml b/votes-5.26.xml index 9cefd8e075..dbc9341c65 100644 --- a/votes-5.26.xml +++ b/votes-5.26.xml @@ -29,6 +29,8 @@ The same criteria apply to code in dual-life modules as to core code.) <div><h3>Crash / Assertion / Memory Corruption Fixes</h3> +<commit votes="tonyc" id="397baf232086e0a9ad6f881a9614d3dbaea853fc" ticket="132593" desc="PERL-5.26.1 heap_buffer_overflow READ of size 8"/> + </div> <div><h3>Regression Fixes</h3> -- Perl5 Master Repository