diff options
author | David Mitchell <davem@iabyn.com> | 2015-10-28 08:28:56 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2016-02-03 09:18:32 +0000 |
commit | 3706fcea6257cb3ac83ac11700364056e0799895 (patch) | |
tree | 2aca51972376394b429f389b14c10f02e029a274 /README.linux | |
parent | 86cc158350c1bc1d2159ec3dbf01e2800bca07dc (diff) | |
download | perl-3706fcea6257cb3ac83ac11700364056e0799895.tar.gz |
restore PL_tmps_floor on exit
A couple of places were expecting dounwind(-1); LEAVE_SCOPE(0);
to restore PL_tmps_floor, since its old value was saved on the savestack.
Since that's now stored in the context struct instead, do
a POPBLOCK(&cxstack[0]).
This problem only showed up on 'make test' rather than 'make
test_harness', since only the former sets PERL_DESTRUCT_LEVEL.
Diffstat (limited to 'README.linux')
0 files changed, 0 insertions, 0 deletions