DecodeBase58
and DecodeBase58Check
are fuzzed with a fixed value for max_ret_len
(100). However, different values are used for this parameter depending on the usage (see key_io and unit tests).
max_ret_len
for DecodeBase58
/DecodeBase58Check
#31577
DecodeBase58
and DecodeBase58Check
are fuzzed with a fixed value for max_ret_len
(100). However, different values are used for this parameter depending on the usage (see key_io and unit tests).
The value of `max_ret_len` is hardcoded (100). However, different
values are used for this parameter depending on the usage.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/31577.
See the guideline for information on the review process. A summary of reviews will appear here.
a32002f
(#30746) with this.