Details
-
Improvement
-
Resolution: Unresolved
-
Minor - P4
-
None
-
None
-
Server Security
Description
There are a few instances where std::exception could be caught and logged rather than just catching unhandled exceptions.
cd src/mongo
|
git grep 'catch.*\.\.\.'
|
See, for instance: https://github.com/mongodb/mongo/blob/r2.5.2/src/mongo/db/repl/heartbeat.cpp#L289-L291