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
152672: span: make MultiFrontier.Frontiers return read-only frontiers r=aerfrei a=andyyang890
Previously, `MultiFrontier`'s `Frontiers` method returned an iterator
over the actual backing frontiers. This was unsafe because it meant
callers could modify the underlying frontiers and cause the internal
heap invariant to be violated. This change restricts the frontiers
returned by the `Frontiers` iterator to be read-only.
Fixes#152669
Release note: None
Co-authored-by: Andy Yang <[email protected]>
0 commit comments