-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bcf3f6a fuzz_tests: catch unhandled exceptions (moneromooo-monero) 3ebd05d miner: restore stream flags after changing them (moneromooo-monero) a093092 levin_protocol_handler_async: do not propagate exception through dtor (moneromooo-monero) 1eebb82 net_helper: do not propagate exceptions through dtor (moneromooo-monero) fb6a363 miner: do not propagate exceptions through dtor (moneromooo-monero) 2e2139f epee: do not propagate exception through dtor (moneromooo-monero) 0749a8b db_lmdb: do not propagate exceptions in dtor (moneromooo-monero) 1b0afee wallet_rpc_server: exit cleanly on unhandled exceptions (moneromooo-monero) 418a993 unit_tests: catch unhandled exceptions (moneromooo-monero) ea7f954 threadpool: do not propagate exceptions through the dtor (moneromooo-monero) 6e85542 gen_multisig: nice exit on unhandled exception (moneromooo-monero) 53df2de db_lmdb: catch error in mdb_stat calls during migration (moneromooo-monero) e67016d blockchain_blackball: catch failure to commit db transaction (moneromooo-monero) 661439f mlog: don't remove old logs if we failed to rename the current file (moneromooo-monero) 5fdcda5 easylogging++: test for NULL before dereference (moneromooo-monero) 7ece155 performance_test: fix bad last argument calling add_arg (moneromooo-monero) a085da3 unit_tests: add check for page size > 0 before dividing (moneromooo-monero) d8b1ec8 unit_tests: use std::shared_ptr to shut coverity up about leaks (moneromooo-monero) 02563bf simplewallet: top level exception catcher to print nicer messages (moneromooo-monero) c57a65b blockchain_blackball: fix shift range for 32 bit archs (moneromooo-monero)
- Loading branch information
1 parent
9a54d00
commit effcbf2
Showing
16 changed files
with
101 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.