grin/core
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 replace all Difficulty::one by ::min 2018-10-18 21:18:16 +02:00
src Fix IPV6 address deserialization (#1932) 2018-11-05 20:38:41 -08:00
tests PMMRable cleanup (#1910) 2018-11-01 20:14:46 +00:00
Cargo.toml Improve crate descriptors to be more cargo-friendly (#1844) 2018-10-25 17:44:50 -07:00