dont attempt strict provenance in SGX
This commit is contained in:
parent
7f5adddb25
commit
1a6966602a
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
//! This module contains the facade (aka platform-specific) implementations of
|
//! This module contains the facade (aka platform-specific) implementations of
|
||||||
//! OS level functionality for Fortanix SGX.
|
//! OS level functionality for Fortanix SGX.
|
||||||
#![deny(unsafe_op_in_unsafe_fn)]
|
#![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::io::ErrorKind;
|
||||||
use crate::sync::atomic::{AtomicBool, Ordering};
|
use crate::sync::atomic::{AtomicBool, Ordering};
|
||||||
|
|
Loading…
Add table
Reference in a new issue