Catch more exceptions in dtors

Misc coverity reports
This commit is contained in:
moneromooo-monero
2018-10-02 08:39:47 +00:00
parent 83d8f03c23
commit e5108a294a
17 changed files with 43 additions and 1 deletions

View File

@@ -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);
}