ChangeStreamOptionsManager has a race condition prone interface element - const ChangeStreamOptions& ChangeStreamOptionsManager::getOptions(OperationContext* opCtx) which returns a reference to internal data structure. This makes any read access of the ChangeStreamOptions to introduce a race condition.
- Votes:
-
0 Vote for this issue
- Watchers:
-
3 Start watching this issue
- Created:
- Updated:
- Resolved: