diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-02 16:16:43 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-02-02 16:27:39 +0000 |
commit | 9b98a6ac8f750f5d786fe9a3a561373ca64e5049 (patch) | |
tree | 4b06a11ec86967f21b134990291307e1f71987ea /src/p2p | |
parent | blockchain_export: fix buffer overflow in exporter (diff) | |
download | monero-9b98a6ac8f750f5d786fe9a3a561373ca64e5049.tar.xz |
threadpool: catch exceptions in dtor, to avoid terminate
If an exception is thrown, it is ignored. While this may hide
a bug, this should only be system exceptions in boost, which
is pretty unlikely. Morever, wait should be called manually
before the dtor anyway. Add an error message if the dtor has
to wait in case some such cases creep in so they get fixed.
Coverity 182538
Diffstat (limited to 'src/p2p')
0 files changed, 0 insertions, 0 deletions