mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-26 00:41:23 +02:00
fuzz: add missing ECCVerifyHandle to base_encode_decode
This commit is contained in:
parent
0f47e01d7d
commit
906d791311
@ -14,7 +14,12 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#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());
|
const std::string random_encoded_string(buffer.begin(), buffer.end());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user