]> git.vpit.fr Git - perl/modules/Scope-Upper.git/commitdiff
Fix off-by-one error in su_uplevel_ud->si initialization
authorVincent Pit <perl@profvince.com>
Mon, 9 Nov 2015 17:45:27 +0000 (15:45 -0200)
committerVincent Pit <perl@profvince.com>
Mon, 9 Nov 2015 17:45:27 +0000 (15:45 -0200)
si->si_cxmax is the last available context slot, hence should be -1 if we
don't allocate any.


No differences found