aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-07-20 15:35:31 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-07-20 15:36:23 +0200
commit9faa4b68db80a4a5c1f5a4e0484d804d7b5e1493 (patch)
treee84cff4f95724b24e58865202cb0a0f311c62b49 /doc/release-notes.md
parent3d8c714d8e79921e51876cf003ee40a201f6b44f (diff)
parentfa621ededdfe31a200b77a8787de7e3d2e667aec (diff)
downloadbitcoin-9faa4b68db80a4a5c1f5a4e0484d804d7b5e1493.tar.xz
Merge bitcoin/bitcoin#22232: refactor: Pass interpreter flags as uint32_t instead of signed int
fa621ededdfe31a200b77a8787de7e3d2e667aec refactor: Pass script verify flags as uint32_t (MarcoFalke) Pull request description: The flags are cast to unsigned in the interpreter anyway, so avoid the confusion (and fuzz crashes) by just passing them as unsigned from the beginning. Also, the flags are often inverted bit-wise with the `~` operator, which also works on signed integers, but might cause confusion as the sign bit is flipped. Fixes #22233 ACKs for top commit: theStack: Concept and code review ACK fa621ededdfe31a200b77a8787de7e3d2e667aec kristapsk: ACK fa621ededdfe31a200b77a8787de7e3d2e667aec jonatack: ACK fa621ededdfe31a200b77a8787de7e3d2e667aec Tree-SHA512: ea0720f32f823fa7f075309978672aa39773c6019d12b6c1c9d611fc1983a76115b7fe2a28d50814673bb6415c311ccc05b99d6e871575fb6900faf75ed17769
Diffstat (limited to 'doc/release-notes.md')
0 files changed, 0 insertions, 0 deletions