Change 34338 by [EMAIL PROTECTED] on 2008/09/11 07:53:36

        Subject: Re: blead with -Dusemymalloc fails on t/comp/hints.t
        From: Vincent Pit <[EMAIL PROTECTED]>
        Date: Wed, 10 Sep 2008 22:59:14 +0200
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/hv.c#378 edit

Differences ...

==== //depot/perl/hv.c#378 (text) ====
Index: perl/hv.c
--- perl/hv.c#377~34209~        2008-08-20 16:15:36.000000000 -0700
+++ perl/hv.c   2008-09-11 00:53:36.000000000 -0700
@@ -1094,7 +1094,7 @@
       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)
End of Patch.

Reply via email to