mirror of
https://github.com/monero-project/monero.git
synced 2025-12-22 07:10:46 -08:00
Catch more exceptions in dtors
Misc coverity reports
This commit is contained in:
@@ -70,7 +70,9 @@ int PortableStorageFuzzer::run(const std::string &filename)
|
||||
|
||||
int main(int argc, const char **argv)
|
||||
{
|
||||
TRY_ENTRY();
|
||||
PortableStorageFuzzer fuzzer;
|
||||
return run_fuzzer(argc, argv, fuzzer);
|
||||
CATCH_ENTRY_L0("main", 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user