]> git.vpit.fr Git - perl/modules/re-engine-Plugin.git/commit
Initialize all re::engine::Plugin members explicitely
authorVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 22:38:23 +0000 (20:38 -0200)
committerVincent Pit <perl@profvince.com>
Wed, 4 Nov 2015 23:57:56 +0000 (21:57 -0200)
commit96b646d76e0cb5f51a070f66fe4a4c1489eaf2e0
tree2a96dc77fe7d5a12003d2f7207e52ea4c0fa0c3d
parent991e3a83d9d13f22b3f639864a5d6c5cf31eb953
Initialize all re::engine::Plugin members explicitely

This way, we can turn the Newxz() into a Newx(), which will made memory
misreads more visible with PERL_POISON.
Plugin.xs