hyperlight-dev / hyperlight-dev/hyperlight
Review use of mutable statics
Open
lifecycle/confirmed
- Dominant language
- Rust
- Stars
- 4.7k
- Forks
- 208
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 47
Description
We have a bunch of mutable statics that we might not really need, especially in the guest. We should review them and check if they are necessary/make sure that they are safe if they are (especially since we do generate `&mut` rather than only raw pointers to some of them).
Contributor guide
Assessment
This issue has not been assessed yet.