This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Perl_gv_fetchpvn_flags actually heed the passed in length.
authorNicholas Clark <nick@ccl4.org>
Tue, 31 Jan 2006 22:59:27 +0000 (22:59 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 31 Jan 2006 22:59:27 +0000 (22:59 +0000)
commitb3d904f31378536c078f52a858f0bfe70f0bade7
tree8316fe66b00b384ad29c6face883f812414982f2
parentfc2007d4a9b17b1ac334e18213f5b0840803b58d
Make Perl_gv_fetchpvn_flags actually heed the passed in length.
This means that \0 bytes in symbolic references now work.

p4raw-id: //depot/perl@27028
doio.c
gv.c
perl.c
t/op/ref.t
toke.c