From: Vincent Pit Date: Mon, 9 Nov 2015 17:45:27 +0000 (-0200) Subject: Fix off-by-one error in su_uplevel_ud->si initialization X-Git-Tag: rt112246~1 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=da5a83af50b62d200a1255f470a1403a342da901;hp=da5a83af50b62d200a1255f470a1403a342da901;p=perl%2Fmodules%2FScope-Upper.git Fix off-by-one error in su_uplevel_ud->si initialization si->si_cxmax is the last available context slot, hence should be -1 if we don't allocate any. ---