You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CAS/LazyMappedFileRegion] Fix assertion hit while using std::optional
`FileLockRAII` uses fields from `LazyMappedFileRegion` reference but the `LazyMappedFileRegion`
instance is moved before returning so `LMFR.FD` is empty at destruction of `FileLockRAII`.
(cherry picked from commit aac7bb8)
0 commit comments