Following up on this suggestion : #18413 (comment), prevent the output of atoi64
in the core_read.cpp:ParseScript
helper to send to CScriptNum::serialize
values wider than 32-bit.
Since the ParseScript
helper is only used by the tool defined in bitcoin-tx.cpp
, this only prevents users to provide too much unrealistic values.