mirror of https://github.com/bitcoin/bitcoin
Merge #12101: Clamp walletpassphrase timeout to 2^30 seconds and check its bounds
pull/12124/merge134cdc7
Test walletpassphrase timeout bounds and clamping (Andrew Chow)0b63e3c
Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds (Andrew Chow) Pull request description: Fixes #12100 Makes the timeout be clamped to 2^30 seconds to avoid the issue with sign flipping with large timeout values and thus relocking the wallet instantly. Unlocking for at most ~34 years should be sufficient. Also checks that the timeout is not negative to avoid instant relocks. Tree-SHA512: 426922f08c54e323d259e25dcdbebc2cd560708a65111ce6051493a7e7c61e79d9da1ea4026cc0d68807d728f5d7c0d7c58168c6ef4167b94cf6c2877af88794
commit
c7978be899
Loading…
Reference in new issue