Skip to content

Conversation

@jonasschnelli
Copy link
Contributor

Another cleanup PR for #7957.
The sequence number input over RPC was parsed with ParseInt32 and inputs > 0x7FFFFFFF where rejected.

This PR reads inputs with get_int64 and does a range check (>=0 <= 0xFFFFFFFF).

@laanwj
Copy link
Member

laanwj commented Jun 9, 2016

utACK 6fa950a (but the added tests are sufficient)

@paveljanik
Copy link
Contributor

ACK 6fa950a

@gmaxwell
Copy link
Contributor

ACK

@maflcko maflcko added this to the 0.13.0 milestone Jun 15, 2016
@laanwj laanwj merged commit 6fa950a into bitcoin:master Jun 16, 2016
laanwj added a commit that referenced this pull request Jun 16, 2016
6fa950a [RPC] Fix createrawtx sequence number unsigned int parsing (Jonas Schnelli)
codablock pushed a commit to codablock/dash that referenced this pull request Dec 28, 2017
…t parsing

6fa950a [RPC] Fix createrawtx sequence number unsigned int parsing (Jonas Schnelli)
sickpig pushed a commit to sickpig/BitcoinUnlimited that referenced this pull request May 4, 2018
…quence number

bitcoin/bitcoin#7957 - [RPC][Bitcoin-TX] Add support for sequence number
bitcoin/bitcoin#8164 - [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
bitcoin/bitcoin#8171 - [RPC] Fix createrawtx sequence number unsigned int parsing

[RPC][Bitcoin-TX] Add support for sequence number
sickpig pushed a commit to sickpig/BitcoinUnlimited that referenced this pull request May 9, 2018
…quence number

bitcoin/bitcoin#7957 - [RPC][Bitcoin-TX] Add support for sequence number
bitcoin/bitcoin#8164 - [Bitcoin-Tx] fix missing test fixtures, fix 32bit atoi issue
bitcoin/bitcoin#8171 - [RPC] Fix createrawtx sequence number unsigned int parsing

[RPC][Bitcoin-TX] Add support for sequence number
andvgal pushed a commit to energicryptocurrency/gen2-energi that referenced this pull request Jan 6, 2019
…t parsing

6fa950a [RPC] Fix createrawtx sequence number unsigned int parsing (Jonas Schnelli)
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants