aboutsummaryrefslogtreecommitdiff
path: root/test/functional/data
diff options
context:
space:
mode:
authorGregory Sanders <gsanders87@gmail.com>2019-09-16 12:11:05 -0400
committerGregory Sanders <gsanders87@gmail.com>2019-09-18 16:21:44 -0400
commitc4b0c08f7c91bcef48dd023982ff132795575247 (patch)
tree3739225d8183fb9881056aaeece338d34cccbaaf /test/functional/data
parentcd737214ced756898883c8d940d353f0a1c4f4b9 (diff)
downloadbitcoin-c4b0c08f7c91bcef48dd023982ff132795575247.tar.xz
Update tx-size-small comment with relevant CVE disclosure
Diffstat (limited to 'test/functional/data')
-rw-r--r--test/functional/data/invalid_txs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/data/invalid_txs.py b/test/functional/data/invalid_txs.py
index 454eb583f7..a21a613986 100644
--- a/test/functional/data/invalid_txs.py
+++ b/test/functional/data/invalid_txs.py
@@ -82,6 +82,8 @@ class InputMissing(BadTxTemplate):
return tx
+# The following check prevents exploit of lack of merkle
+# tree depth commitment (CVE-2017-12842)
class SizeTooSmall(BadTxTemplate):
reject_reason = "tx-size-small"
expect_disconnect = False