This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c9a81
)
Re: blead with -Dusemymalloc fails on t/comp/hints.t
author
Vincent Pit
<perl@profvince.com>
Wed, 10 Sep 2008 22:59:14 +0000
(
00:59
+0200)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 11 Sep 2008 07:53:36 +0000
(07:53 +0000)
Message-ID: <
48C83522
.9010804@profvince.com>
p4raw-id: //depot/perl@34338
hv.c
patch
|
blob
|
blame
|
history
diff --git
a/hv.c
b/hv.c
index
24d9150
..
c394e73
100644
(file)
--- a/
hv.c
+++ b/
hv.c
@@
-1094,7
+1094,7
@@
S_hsplit(pTHX_ HV *hv)
return;
}
if (SvOOK(hv)) {
-
Copy
(&a[oldsize * sizeof(HE*)], &a[newsize * sizeof(HE*)], 1, struct xpvhv_aux);
+
Move
(&a[oldsize * sizeof(HE*)], &a[newsize * sizeof(HE*)], 1, struct xpvhv_aux);
}
#else
Newx(a, PERL_HV_ARRAY_ALLOC_BYTES(newsize)