mirror of https://github.com/ethereum/go-ethereum
tests/fuzzers/rlp: avoid very large input (#25109)
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.pull/25120/head
parent
ba99e19215
commit
01e5e9c2c3
Loading…
Reference in new issue