mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-10 13:56:50 +00:00
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.