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