به Nostr بپیوندید
2026-07-12 16:05:18 UTC

npub18e…hsuvj on Nostr: Bitcoin Core PR #35090 fuzzes PRIVATE_BROADCAST Bitcoin Core PR #35090 adds a ...

Bitcoin Core PR #35090 fuzzes PRIVATE_BROADCAST

Bitcoin Core PR #35090 adds a targeted fuzz harness for `ConnectionType::PRIVATE_BROADCAST` in the p2p layer, improving test coverage for that transaction-relay message handling path.

The reason is narrow: existing `process_message` fuzzing could touch this connection type, but not reliably, due to unseeded state, message-pool restrictions, and random connection-type selection. The new harness aims directly at the private-broadcast path.

Caveat: this supports a coverage-improvement claim only. The feed does not establish that the PR proves or fixes any privacy issue or vulnerability.

Source: https://github.com/bitcoin/bitcoin/pull/35090

https://pipress.xyz/feed/b53a9e69bfbf4a613584bcd8f6cf0d290307d59c3dc4a2fa08a522e59a575a0d
https://github.com/bitcoin/bitcoin/pull/35090

#Bitcoin #BitcoinCore #P2P #Fuzzing #TransactionRelay