hyperlight-dev / hyperlight-dev/hyperlight

`impl Drop` for host resources in the guest

Aberta
#810 1 comentário 0 reações 1 responsável Reivindicada por @syntactically Ver no GitHub
lifecycle/confirmed
Linguagem predominante
Rust
Estrelas
4.7k
Forks
210
Merge médio
1d 7h
PRs com merge (30d)
48

Descrição

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.

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.