Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2022-05-16
Description
When the shell cleanly exits, the shell will call DBClientBase::say() to kill cursors which is implemented in EncryptedDBClientBase::say as MONGO_UNREACHABLE.
This needs to be changed to pass through to the base say() method.