Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information