App-perlall
view release on metacpan or search on metacpan
lib/Devel/PatchPerl/Plugin/Asan.pm view on Meta::CPAN
--- cpan/List-Util/ListUtil.xs.orig 2012-11-12 10:41:07.000000000 -0600
+++ cpan/List-Util/ListUtil.xs 2012-11-12 10:47:52.943198199 -0600
@@ -600,7 +600,7 @@
varav = GvAVn(vargv);
#endif
if (SvTYPE(rmcgv) != SVt_PVGV)
- gv_init(rmcgv, lu_stash, "List::Util", 12, TRUE);
+ gv_init(rmcgv, lu_stash, "List::Util", 10, TRUE);
rmcsv = GvSVn(rmcgv);
#ifndef SvWEAKREF
av_push(varav, newSVpv("weaken",6));
END
_add_patchlevel(@_, "RT#72700 List::Util boot Fix off-by-two on string literal length");
}
sub _patch_sdbm
{
# acdbe25bd91bf897e0cf373b9
# RT#111586 sdbm.c off-by-one access to global .dir
_patch(<<'END');
( run in 1.282 second using v1.01-cache-2.11-cpan-65fba6d93b7 )