mirror of
https://github.com/monero-project/monero.git
synced 2026-07-28 22:51:07 -07:00
general: replace auto_scope_leave_caller with scope_guard
And replace unused inclusions of misc_language.h
This commit is contained in:
@@ -37,6 +37,6 @@ BEGIN_INIT_SIMPLE_FUZZER()
|
||||
END_INIT_SIMPLE_FUZZER()
|
||||
|
||||
BEGIN_SIMPLE_FUZZER()
|
||||
cryptonote::block b = AUTO_VAL_INIT(b);
|
||||
cryptonote::block b{};
|
||||
parse_and_validate_block_from_blob(std::string((const char*)buf, len), b);
|
||||
END_SIMPLE_FUZZER()
|
||||
|
||||
Reference in New Issue
Block a user