mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
0af1f13bf9
Fuzz test found that we don't read IPV6 addr (as part of p2p message) properly. The code is supposed to read 8 dwords, but [0..8] is not a slice of 8 ints, but a slice of one Range, so we always read just one dword |
||
---|---|---|
.. | ||
fuzz | ||
src | ||
tests | ||
Cargo.toml |