As part of the RandomCursor class in WT we hold an unowned reference to the RecordStore that created this. If at any point the reference becomes invalid we would be accessing invalid memory data.
As the standard cursor already protects against this, we should expand it to the random cursor as well.
- is related to
-
SERVER-73221 Store const members on WiredTigerRecordStoreCursorBase instead of using an unowned reference
- Closed