Page MenuHomePhabricator

Merge #10313: [Consensus] Add constant for maximum stack size
ClosedPublic

Authored by nakihito on Jul 3 2019, 19:39.

Details

Summary

cb184b3 Add constant for maximum stack size (Gregory Sanders)

Tree-SHA512: 0ec4a28552a6eee7fba8c69278f63c61f095e4ba06cb34456bd0162cd702370d10cca621ae1797a0d5e62fb39814cbb8245d3a7adc007ca39dab7a49cbc925dc

Backport of Core PR10313
https://github.com/bitcoin/bitcoin/pull/10313/

Test Plan
make check
test_runner.py

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jul 3 2019, 19:39

Even something so simple makes me nervous but note there are tests for STACK_SIZE error (and for max-sized stacks) in script_tests.json.

This revision is now accepted and ready to land.Jul 3 2019, 23:37