This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Convert strcpy to memcpy where we already know the length.
authorNicholas Clark <nick@ccl4.org>
Tue, 28 Jun 2005 22:02:03 +0000 (22:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 Jun 2005 22:02:03 +0000 (22:02 +0000)
commit490a0e9885933990f72b0e0485666a1f8522f018
treee305a9cc03b9357176c15083062acb5852c21cdf
parent0cda2667486fc2b14e2c3c31787368885ae92aa2
Convert strcpy to memcpy where we already know the length.

p4raw-id: //depot/perl@25007
gv.c
sv.c
util.c