Subject: Re: Valgrind findings
Message-ID: <
9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
p4raw-id: //depot/perl@29111
Newx(PL_reg_start_tmp, PL_reg_start_tmpl, char*);
}
- eval_recurse_doit: /* Share code with RECURSE below this line */
+ eval_recurse_doit: /* Share code with RECURSE below this line */
/* run the pattern returned from (??{...}) */
ST.cp = regcppush(0); /* Save *all* the positions. */
REGCP_SET(ST.lastcp);
*PL_reglastparen = 0;
*PL_reglastcloseparen = 0;
PL_reginput = locinput;
+ PL_regsize = 0;
/* XXXX This is too dramatic a measure... */
PL_reg_maxiter = 0;