quorum/rlp
Felix Lange dd49c8e43d rlp: fix list bounds check overflow (found by go-fuzz)
The list size checking overflowed if the size information
for a value was bigger than the list. This is resolved by
always performing the check before reading.
2015-04-28 10:28:15 +02:00
..
decode.go rlp: fix list bounds check overflow (found by go-fuzz) 2015-04-28 10:28:15 +02:00
decode_test.go rlp: fix list bounds check overflow (found by go-fuzz) 2015-04-28 10:28:15 +02:00
doc.go rlp: new package for streaming RLP decoder 2014-11-17 01:49:47 +01:00
encode.go rlp: stricter rules for structs and pointers 2015-04-17 14:45:09 +02:00
encode_test.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +01:00
encoder_example_test.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00
typecache.go rlp: stricter rules for structs and pointers 2015-04-17 14:45:09 +02:00