This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The old COW code needs to use SvPVX_mutable when doing copy-on-write.
authorNicholas Clark <nick@ccl4.org>
Wed, 8 Jun 2005 22:45:39 +0000 (22:45 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 8 Jun 2005 22:45:39 +0000 (22:45 +0000)
commit940132f3fde5cf1c168dc34e3a3fea4e825977d5
tree4d59f63de807a9609ee3baadbeaf46d72d66bd8d
parent44d223002dcef65c7a5da4557c2a3682159e12ab
The old COW code needs to use SvPVX_mutable when doing copy-on-write.

p4raw-id: //depot/perl@24768
sv.c