plugeth/rlp
Felix Lange c35f4fd0bd rlp: check top-level value sizes against input limit
This is a preliminary fix for #420 (SEC-18 RLP decoder unsafe
allocation). If a sane input limit is set on the rlp.Stream,
it should no longer be possible to cause huge []byte allocations.
2015-04-17 14:42:41 +02:00
..
decode_test.go rlp: check top-level value sizes against input limit 2015-04-17 14:42:41 +02:00
decode.go rlp: check top-level value sizes against input limit 2015-04-17 14:42:41 +02:00
doc.go rlp: new package for streaming RLP decoder 2014-11-17 01:49:47 +01:00
encode_test.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +01:00
encode.go rlp: encode nil array pointers as empty list or string 2015-03-25 16:46:29 +01:00
encoder_example_test.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00
typecache.go rlp: add functions for encoding 2015-01-15 11:00:19 +01:00