Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

sandbox_{stack,heap}arr_helper could use some useful methods/operators #11

Open
froydnj opened this issue Jan 11, 2019 · 0 comments
Open

Comments

@froydnj
Copy link
Contributor

froydnj commented Jan 11, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant