mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-05-25 13:24:53 +02:00
FuzzedSock only supports peeking at one byte at a time, which is not fuzzer friendly when trying to receive long data. Fix this by supporting peek data of arbitrary length instead of only one byte.