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
A tangential issue about this same function had been discussed in #1044, but I think that the function as it stands is still unsafe and should be marked as such.
The text was updated successfully, but these errors were encountered:
This method takes
&self
and returns a'static
bounded reference.sled/src/pagecache/iobuf.rs
Lines 84 to 98 in 69294e5
This can cause a use-after-free. The following example fails Miri:
A tangential issue about this same function had been discussed in #1044, but I think that the function as it stands is still
unsafe
and should be marked as such.The text was updated successfully, but these errors were encountered: