Subject: | helem vivification requires magic |
Date: | Wed, 13 Mar 2013 14:26:14 +0000 |
To: | bug-mod_perl [...] rt.cpan.org |
From: | Zefram <zefram [...] fysh.org> |
On Perl 5.17.9, t/apache/read2.t fails because an "uninitialized value"
warning is generated for the buffer being autovivified. This is because
the sv_setpvn() that's meant to vivify the buffer doesn't perform set
magic; the warning is generated by the immediately following SvPV_force().
Attached patch fixes.
-zefram
Message body is not shown because sender requested not to inline it.