mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-12 14:56:23 +00:00
The oss-fuzz engine crashes due to stack overflow decoding a large nested structure into a interface{}. This PR limits the size of the input data, so should avoid such crashes.