enarx-keepldr icon indicating copy to clipboard operation
enarx-keepldr copied to clipboard

WIP feat: use primordial git HEAD (future 0.2 release)

Open haraldh opened this issue 4 years ago • 0 comments

usize::from(a) as _ can be transformed to a.try_into().or(Err(libc::EINVAL))?

with the not yet released primordial 0.2

Because the sgx crate still uses primordial 0.1, internal/shim-sgx/src/event.rs and internal/shim-sgx/src/handler.rs are force transmuted as a workaround for now.

Signed-off-by: Harald Hoyer [email protected]

haraldh avatar Jan 26 '21 09:01 haraldh