plugeth/rlp
Felix Lange ac32f52ca6 rlp: fix encReader returning nil buffers to the pool
The bug can cause crashes if Read is called after EOF has been returned.
No code performs such calls right now, but hitting the bug gets more
likely as rlp.EncodeToReader gets used in more places.
2015-09-10 19:12:32 +02:00
..
decode_test.go rlp: add support for boolean encoding/decoding 2015-08-13 12:05:39 +03:00
decode.go rlp: add support for boolean encoding/decoding 2015-08-13 12:05:39 +03:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
encode_test.go rlp: fix encReader returning nil buffers to the pool 2015-09-10 19:12:32 +02:00
encode.go rlp: fix encReader returning nil buffers to the pool 2015-09-10 19:12:32 +02:00
encoder_example_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
typecache.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00