Files
rust/library/std
Thalia Archibald c62aa0baa1 Fix UserRef<[T]>::copy_to_enclave_vec
It reinterprets uninitialized memory as initialized and does not drop
existing elements of the Vec. Fix that.

Additionally, make it more general by appending, instead of overwriting
existing elements, and rename it to `append_to_enclave_vec`. A caller
can simply call `.clear()` before, for the old behavior.
2025-03-11 20:16:31 -07:00
..
2025-02-12 14:44:30 -08:00
2025-03-11 20:16:31 -07:00
2025-02-13 13:10:28 -08:00