In perl.git, the branch maint-votes has been updated <https://perl5.git.perl.org/perl.git/commitdiff/bc5a55b644062045c0683ddc752611a7cfbe7d0e?hp=d1a4b857362b650f7e312d796950eba38bd65243>
- Log ----------------------------------------------------------------- commit bc5a55b644062045c0683ddc752611a7cfbe7d0e Author: Tony Cook <[email protected]> Date: Tue Sep 3 09:33:16 2019 +1000 propose the 134390 fix for backporting ----------------------------------------------------------------------- Summary of changes: votes-5.28.xml | 2 ++ votes-5.30.xml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/votes-5.28.xml b/votes-5.28.xml index a56b4b8317..22ade0b72e 100644 --- a/votes-5.28.xml +++ b/votes-5.28.xml @@ -19,6 +19,8 @@ Adding new warnings, errors or deprecations The same criteria apply to code in dual-life modules as to core code.) +<commit votes="tonyc" id="05a03c0da6f3694904885fa1629a6e35e75d2875" ticket="134390" desc="(perl #134390) don't leak the SV we just created on an early return"/> + </div> <div><h3>Security Fixes</h3> diff --git a/votes-5.30.xml b/votes-5.30.xml index 2da6b1fc1f..7669d021b2 100644 --- a/votes-5.30.xml +++ b/votes-5.30.xml @@ -30,6 +30,8 @@ The same criteria apply to code in dual-life modules as to core code.) <commit votes="tonyc" id="368ac47cccd4ffca6e83a26289c152a32c2ea385" ticket="134035" desc="(perl #134035) ensure sv_gets() handles a signal handler modifying sv"/> +<commit votes="tonyc" id="05a03c0da6f3694904885fa1629a6e35e75d2875" ticket="134390" desc="(perl #134390) don't leak the SV we just created on an early return"/> + </div> <div><h3>Security Fixes</h3> -- Perl5 Master Repository
