In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/30be69c851a7fa7e29d85c9b6e070273df82f3e7?hp=72c80c749a61d30202cfa902a18be1b6f3ff6905>
- Log ----------------------------------------------------------------- commit 30be69c851a7fa7e29d85c9b6e070273df82f3e7 Author: Tony Cook <[email protected]> Date: Tue Jan 17 15:36:31 2017 +1100 (perl #129149) fix the test so skip has a SKIP: to work with Thanks to bulk88 for pointing this out. ----------------------------------------------------------------------- Summary of changes: t/op/pack.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/op/pack.t b/t/op/pack.t index 47d1216a2f..919e4c55c6 100644 --- a/t/op/pack.t +++ b/t/op/pack.t @@ -2048,6 +2048,7 @@ ok(1, "argument underflow did not crash"); "check pack H zero fills (utf8 source)"); } +SKIP: { # [perl #129149] the code below would write one past the end of the output # buffer, only detected by ASAN, not by valgrind -- Perl5 Master Repository
