14 is the chain length for attack. From
Nicholas Clark [Thu, 30 Oct 2003 19:42:28 +0000 (19:42 +0000)]
Message-ID: <20031030204117.16008.qmail@plover.com>
Subject: Re: 5.8.2-RC1 and mp2
Date: Thu, 30 Oct 2003 15:41:17 -0500
From: Mark Jason Dominus <mjd@plover.com>

and

From: Scott A Crosby <scrosby@cs.rice.edu>
Subject: Re: 5.8.2-RC1 and mp2
Date: 30 Oct 2003 14:08:06 -0600
Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>

p4raw-id: //depot/perl@21580

hv.c

diff --git a/hv.c b/hv.c
index 46c63cd..09476f0 100644 (file)
--- a/hv.c
+++ b/hv.c
@@ -20,7 +20,7 @@
 #define PERL_IN_HV_C
 #include "perl.h"
 
-#define HV_MAX_LENGTH_BEFORE_SPLIT 4
+#define HV_MAX_LENGTH_BEFORE_SPLIT 14
 
 STATIC HE*
 S_new_he(pTHX)