op-geth/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
encode.go
encode_test.go
encoder_example_test.go
typecache.go