nimbus-eth2/beacon_chain/ssz
Zahary Karadjov 0bcdabfcdf Detect another invalid SSZ input found through fuzzing
The first offset of an SSZ object should always have a fixed constant
value. Otherwise, some unused bytes may appear between the fixed portion
and the dynamic portion.

Please note that this fix shutds down the minimal forward compatibility
currently supported by the SSZ format (and thus, the expected behavior
must be clarified in the SSZ spec).
2020-05-30 14:47:35 +03:00
..
bytes_reader.nim Detect another invalid SSZ input found through fuzzing 2020-05-30 14:47:35 +03:00
dynamic_navigator.nim Adapt SSZ to the latest FastStreams API 2020-05-13 12:18:42 +03:00
navigator.nim avoid some RVO bugs 2020-05-28 19:15:16 +03:00
types.nim Detect another invalid SSZ input found through fuzzing 2020-05-30 14:47:35 +03:00