summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2011-02-06 17:31:39 +0000
committerDavid Mitchell <davem@iabyn.com>2011-02-06 18:57:16 +0000
commit6012dc8015d0c5599f09bcca302ae714d023aced (patch)
tree877cd51015817479ffc1f21de2a3ec825385a3a4 /.gitignore
parent0d311cdbe540a08e243ac533c7bcdb73529352db (diff)
downloadperl-6012dc8015d0c5599f09bcca302ae714d023aced.tar.gz
allow wrap-around of PL_cop_seqmax
After a large number of evals, PL_cop_seqmax (a U32) will wrap around again to zero. Make the code handle this case by: 1) When incrementing PL_cop_seqmax, never allow its value to become equal to PERL_PADSEQ_INTRO; 2) When testing for COP_SEQ_RANGE_LOW < seq <= COP_SEQ_RANGE_HIGH, allow for the fact that _HIGH may be lower than _LOW. This is a final fix for [perl #83364].
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions