2
0
mirror of https://github.com/status-im/op-geth.git synced 2025-01-15 09:15:23 +00:00
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
..