[RPC] Fix createrawtx sequence number unsigned int parsing #8171

pull jonasschnelli wants to merge 1 commits into bitcoin:master from jonasschnelli:2016/06/fix_crt changing 2 files +21 −2
  1. jonasschnelli commented at 1:43 PM on June 8, 2016: 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).

  2. [RPC] Fix createrawtx sequence number unsigned int parsing 6fa950a573
  3. jonasschnelli added the label RPC/REST/ZMQ on Jun 8, 2016
  4. laanwj commented at 9:50 AM on June 9, 2016: member
  5. gmaxwell commented at 7:03 PM on June 15, 2016: contributor

    ACK

  6. MarcoFalke added this to the milestone 0.13.0 on Jun 15, 2016
  7. laanwj merged this on Jun 16, 2016
  8. laanwj closed this on Jun 16, 2016

  9. laanwj referenced this in commit 62fcf27bd8 on Jun 16, 2016
  10. codablock referenced this in commit 62985be42c on Sep 16, 2017
  11. codablock referenced this in commit 390719d1d4 on Sep 19, 2017
  12. codablock referenced this in commit a9a4ef52d1 on Dec 27, 2017
  13. codablock referenced this in commit c783b39ce7 on Dec 28, 2017
  14. sickpig referenced this in commit 6c5d05a107 on May 4, 2018
  15. sickpig referenced this in commit 638b66ecdb on May 9, 2018
  16. andvgal referenced this in commit 030c29b0c6 on Jan 6, 2019
  17. DrahtBot locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-13 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me