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
Currently, the code in rust-lang/sys/sgx/abi/usercalls/mod.rs and in rust-sgx/intel-sgx/async-usercalls/src/provider_api.rs (#515) is almost identical for functions copy_user_buffer and string_from_bytebuffer.
After the above PR gets merged, we may be interested in using the new code from inside the Rust standard library (official rust-lang repository). Note that simply making the function public may not be desirable because the code can be considered internal to the SGX platform. This decision is up for the person to pick up this issue
The text was updated successfully, but these errors were encountered:
Currently, the code in
rust-lang/sys/sgx/abi/usercalls/mod.rs
and inrust-sgx/intel-sgx/async-usercalls/src/provider_api.rs
(#515) is almost identical for functionscopy_user_buffer
andstring_from_bytebuffer
.After the above PR gets merged, we may be interested in using the new code from inside the Rust standard library (official rust-lang repository). Note that simply making the function public may not be desirable because the code can be considered internal to the SGX platform. This decision is up for the person to pick up this issue
The text was updated successfully, but these errors were encountered: