grin/p2p
hashmap 0af1f13bf9 Fix IPV6 address deserialization (#1932)
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
2018-11-05 20:38:41 -08:00
..
fuzz Add fuzz tests for p2p crate (#1931) 2018-11-05 21:50:16 +01:00
src Fix IPV6 address deserialization (#1932) 2018-11-05 20:38:41 -08:00
tests Merge branch 'master' into unitdiff 2018-10-25 14:20:41 -07:00
Cargo.toml Improve crate descriptors to be more cargo-friendly (#1844) 2018-10-25 17:44:50 -07:00