Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

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

@froydnj

Description

@froydnj

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions