dont attempt strict provenance in SGX

This commit is contained in:
Ralf Jung 2022-11-21 16:10:56 +01:00
parent 7f5adddb25
commit 1a6966602a

View File

@ -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};