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
{{ message }}
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
Doing anything safely with these types besides passing them into sandboxed functions is difficult, because they don't have useful operators (e.g. operator* for pointers), especially compared to their tainted<T> counterparts. Using them would be preferable to raw mallocInSandbox operations because we can ensure they are cleaned up at the end of their containing block.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Doing anything safely with these types besides passing them into sandboxed functions is difficult, because they don't have useful operators (e.g.
operator*
for pointers), especially compared to theirtainted<T>
counterparts. Using them would be preferable to rawmallocInSandbox
operations because we can ensure they are cleaned up at the end of their containing block.The text was updated successfully, but these errors were encountered: