/[Apache-SVN]
ViewVC logotype

Revision 1456372


Jump to revision: Previous Next
Author: stevehay
Date: Thu Mar 14 09:25:34 2013 UTC (11 years, 1 month ago)
Changed paths: 2
Log Message:
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().
Patch to fix this from rt.cpan.org #83922. [Zefram]

Changed paths

Path Details
Directoryperl/modperl/trunk/Changes modified , text changed
Directoryperl/modperl/trunk/xs/Apache2/RequestIO/Apache2__RequestIO.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26