Skip to content

Commit 1a69666

Browse files
committed
dont attempt strict provenance in SGX
1 parent 7f5addd commit 1a69666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/sys/sgx/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//! This module contains the facade (aka platform-specific) implementations of
44
//! OS level functionality for Fortanix SGX.
55
#![deny(unsafe_op_in_unsafe_fn)]
6+
#![allow(fuzzy_provenance_casts)] // FIXME: this entire module systematically confuses pointers and integers
67

78
use crate::io::ErrorKind;
89
use crate::sync::atomic::{AtomicBool, Ordering};

0 commit comments

Comments
 (0)