bsc/tests/fuzzers/rlp
Martin Holst Swende 237c31870e 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.
2022-10-21 12:40:50 +08:00
..
corpus tests/fuzzers: fuzzbuzz fuzzers for keystore, rlp, trie, whisper (#19910) 2019-12-10 11:57:37 +02:00
rlp_fuzzer.go tests/fuzzers/rlp: avoid very large input (#25109) 2022-10-21 12:40:50 +08:00