Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: fix UnsafeKey() usage of invalid iterator
Previously, CheckSSTConflicts would improperly call UnsafeKey on an exhausted sstIter. This could result in undefined, inconsistent behavior as UnsafeKey may point to arbitrary data once the iterator is exhausted. Informs cockroachdb#94141. Epic: None Release note: None
- Loading branch information