You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
547fa52 net processing: clamp -blockreconstructionextratxn to uint32_t bounds (stickies-v)
e451d1e net processing: clamp -maxorphantx to uint32_t bounds (stickies-v)
aa89e04 doc: document PeerManager::Options members (stickies-v)
Pull request description:
Avoid out-of-bounds user input for `PeerManager::Options` by safely clamping `-maxorphantx` and `-blockreconstructionextratxn`, and avoid platform-specific behaviour by changing `PeerManager::Options::max_extra_txs` from `size_t` to a `uint32_t`. Addresses bitcoin/bitcoin#27499 (review).
Also documents all `PeerManager::Options` members, addressing bitcoin/bitcoin#27499 (comment).
ACKs for top commit:
dergoegge:
Code review ACK 547fa52
glozow:
reACK 547fa52
Tree-SHA512: 042d47b35bb8a7b29ef3dadd4c0c5d26f13a8f174f33687855d603c19f8de0fcbbda94418453331e149885412d4edd5f402d640d938f6d94b4dcf54e2fdbbcc9
0 commit comments