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
I wonder if ouroboros has the same issue. Note, I don't think they have something akin to into_owner though. So I suspect it only applies to the full struct drop case.
For more info see the branch I’ve already mentioned in #24, i.e.
steffahn/self_cell@
fix_drop_order...fix_double_free_and_leaks
in particular, the highlighted test cases.
(FYI, that branch currently also contains #25)
These memory leaks are not a soundness issue; still, fixing the problem is a nice-to-have improvement.
I can rebase, resolve merge conflicts, and open a PR once #21 and #25 are merged.
The text was updated successfully, but these errors were encountered: