-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
ALL
-
Query 2019-02-25
ClusterClientCursors have a ClusterClientCursorParams:
Which has a PipelineDeleter:
Which has an OperationContext
https://github.com/mongodb/mongo/blob/f9f33683b6ec5995091ee214c81d75c0ab163fe4/src/mongo/db/pipeline/pipeline.h#L428
The _opCtx is not updated when the ClusterClientCursor is detached or reattached to an operation context.
This could definitely be a use-after-free bug.
- is related to
-
SERVER-37453 Delete PlanStage::dispose()
- Closed