Skip to content

Commit

Permalink
dont attempt strict provenance in SGX
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 21, 2022
1 parent 7f5addd commit 1a69666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/sgx/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1a69666

Please sign in to comment.