fuzz: add missing ECCVerifyHandle to base_encode_decode

This commit is contained in:
Andrew Poelstra 2021-06-18 23:13:07 +00:00
parent 0f47e01d7d
commit 906d791311
1 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,12 @@
#include <string>
#include <vector>
FUZZ_TARGET(base_encode_decode)
void initialize_base_encode_decode()
{
static const ECCVerifyHandle verify_handle;
}
FUZZ_TARGET_INIT(base_encode_decode, initialize_base_encode_decode)
{
const std::string random_encoded_string(buffer.begin(), buffer.end());