dont attempt strict provenance in SGX
This commit is contained in:
parent
7f5adddb25
commit
1a6966602a
@ -3,6 +3,7 @@
|
||||
//! This module contains the facade (aka platform-specific) implementations of
|
||||
//! OS level functionality for Fortanix SGX.
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![allow(fuzzy_provenance_casts)] // FIXME: this entire module systematically confuses pointers and integers
|
||||
|
||||
use crate::io::ErrorKind;
|
||||
use crate::sync::atomic::{AtomicBool, Ordering};
|
||||
|
Loading…
Reference in New Issue
Block a user