lighthouse/eth2/utils/ssz
Paul Hauner b374ead24b
Protect against OOB offset in variable list SSZ decoding (#974)
* Add "pretty-ssz" tool to lcli

* Protect against OOB SSZ offset

* Add more work on decoding

* Fix benches

* Add more decode fixes

* Rename fixed_ptr

* Add, fix tests

* Add extra test

* Increase SSZ decode error granularity

* Ripples new error types across ssz crate

* Add comment to `sanitize_offset`

* Introduce max_len to SSZ list decoding

* Restrict FixedVector, check for zero-len items

* Double check for empty list

* Address Michael's comment
2020-04-20 15:35:47 +10:00
..
examples Clippy clean (#536) 2019-09-30 13:58:45 +10:00
src Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
tests Protect against OOB offset in variable list SSZ decoding (#974) 2020-04-20 15:35:47 +10:00
Cargo.toml Add optimized SSZ decoding for fixed-len items (#865) 2020-03-04 11:45:01 +11:00
README.md Fix this link per @blacktemplar to link to the actual crate (#518) 2019-08-28 09:32:54 +10:00

simpleserialize (ssz)