Files
grin-node/core/src
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
..
2018-11-01 20:14:46 +00:00
2018-10-25 14:20:41 -07:00
2018-10-25 14:20:41 -07:00
2018-11-01 20:14:46 +00:00