nimbus-eth2/tests/fuzzing
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
..
.gitignore Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
nim.cfg Bump nim-eth to fix 'make witti' 2020-05-29 21:13:58 +03:00
ssz_decode_Attestation.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_AttesterSlashing.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_BeaconState.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_ProposerSlashing.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_SignedAggregateAndProof.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_SignedBeaconBlock.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_decode_VoluntaryExit.nim Fuzzing tests for SSZ 2020-05-20 15:51:45 +03:00
ssz_fuzzing.nim Detect another invalid SSZ input found through fuzzing 2020-05-30 14:47:35 +03:00