hyperlight-dev / hyperlight-dev/hyperlight
`impl Drop` for host resources in the guest
Offen
#810
1 Kommentar
0 Reaktionen
1 zugewiesene Person
Beansprucht von @syntactically
Auf GitHub ansehen
lifecycle/confirmed
- Vorherrschende Sprache
- Rust
- Sterne
- 4.7k
- Forks
- 208
- Ø Merge
- 1 T. 7 Std.
- Gemergte PRs (30 T.)
- 48
Beschreibung
The types that hold host resource handles in the guest don't currently have an appropriate `impl Drop`, so they can be leaked if ownership is not passed back to the host by another host or guest call. We should make sure that when a resource handle to a host resource is dropped in the guest, a hostcall is made to drop it in the host.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.