You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In MEM-ZERO it is recommended to use unsafe function std::ptr::write_volatile(), when it does not fall under exceptions of LANG-UNSAFE.
The exceptions should probably be extended to cover the use of this function.
The text was updated successfully, but these errors were encountered:
In MEM-ZERO it is recommended to use unsafe function
std::ptr::write_volatile()
, when it does not fall under exceptions of LANG-UNSAFE.The exceptions should probably be extended to cover the use of this function.
The text was updated successfully, but these errors were encountered: